Trilium Frontend API
    Preparing search index...

    Interface GPUShaderModuleDescriptor

    interface GPUShaderModuleDescriptor {
        code: string;
        label?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    code: string
    label?: string