Trilium Frontend API
    Preparing search index...

    Interface GPUDepthStencilState

    interface GPUDepthStencilState {
        depthBias?: number;
        depthBiasClamp?: number;
        depthBiasSlopeScale?: number;
        depthCompare?: GPUCompareFunction;
        depthWriteEnabled?: boolean;
        format: GPUTextureFormat;
        stencilBack?: GPUStencilFaceState;
        stencilFront?: GPUStencilFaceState;
        stencilReadMask?: number;
        stencilWriteMask?: number;
    }
    Index

    Properties

    depthBias?: number
    depthBiasClamp?: number
    depthBiasSlopeScale?: number
    depthCompare?: GPUCompareFunction
    depthWriteEnabled?: boolean
    stencilBack?: GPUStencilFaceState
    stencilFront?: GPUStencilFaceState
    stencilReadMask?: number
    stencilWriteMask?: number