deno / latest / ~ / gpuprimitivestate.html

GPUPrimitiveState

interface GPUPrimitiveState {
    
cullMode?: GPUCullMode;
frontFace?: GPUFrontFace;
stripIndexFormat?: GPUIndexFormat;
unclippedDepth?: boolean;
}

Properties

cullMode?: GPUCullMode
frontFace?: GPUFrontFace
stripIndexFormat?: GPUIndexFormat
unclippedDepth?: boolean