Trilium Frontend API
    Preparing search index...

    Interface GPUProgrammableStage

    interface GPUProgrammableStage {
        constants?: Record<string, GPUPipelineConstantValue>;
        entryPoint?: string;
        module: GPUShaderModule;
    }

    Hierarchy (View Summary)

    Index

    Properties

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