On this page
GPUPrimitiveState
interface GPUPrimitiveState {
cullMode?: GPUCullMode;
frontFace?: GPUFrontFace;
stripIndexFormat?: GPUIndexFormat;
topology?: GPUPrimitiveTopology;
unclippedDepth?: boolean;
}
Properties
cullMode?: GPUCullMode
frontFace?: GPUFrontFace
stripIndexFormat?: GPUIndexFormat
topology?: GPUPrimitiveTopology
unclippedDepth?: boolean
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/GPUPrimitiveState