GPUPrimitiveState
interface GPUPrimitiveState {cullMode?: GPUCullMode;frontFace?: GPUFrontFace;stripIndexFormat?: GPUIndexFormat;topology?: GPUPrimitiveTopology;unclippedDepth?: boolean;}
Свойства
cullMode?: GPUCullModefrontFace?: GPUFrontFacestripIndexFormat?: GPUIndexFormattopology?: GPUPrimitiveTopologyunclippedDepth?: boolean
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/GPUPrimitiveState