GPUPrimitiveState
interface GPUPrimitiveState {
cullMode?: GPUCullMode;
frontFace?: GPUFrontFace;
stripIndexFormat?: GPUIndexFormat;
topology?: GPUPrimitiveTopology;
unclippedDepth?: boolean;
}§Properties
§
cullMode?: GPUCullMode
[src]§
frontFace?: GPUFrontFace
[src]§
stripIndexFormat?: GPUIndexFormat
[src]§
topology?: GPUPrimitiveTopology
[src]