deno / 1.23.2 / ~ / gpuprimitivestate.html /

GPUPrimitiveState

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

Properties

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