Trilium Frontend API
    Preparing search index...

    Interface GPUVertexBufferLayout

    interface GPUVertexBufferLayout {
        arrayStride: number;
        attributes: GPUVertexAttribute[];
        stepMode?: GPUVertexStepMode;
    }
    Index

    Properties

    arrayStride: number
    attributes: GPUVertexAttribute[]