Trilium Frontend API
    Preparing search index...

    Interface GPUVertexState

    interface GPUVertexState {
        buffers?: GPUVertexBufferLayout[];
        constants?: Record<string, GPUPipelineConstantValue>;
        entryPoint?: string;
        module: GPUShaderModule;
    }

    Hierarchy (View Summary)

    Index

    Properties

    constants?: Record<string, GPUPipelineConstantValue>
    entryPoint?: string