W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
GPUPrimitiveState
interface
GPUPrimitiveState {
clampDepth?
:
boolean
;
cullMode?
:
GPUCullMode
;
frontFace?
:
GPUFrontFace
;
stripIndexFormat?
:
GPUIndexFormat
;
topology?
:
GPUPrimitiveTopology
;
}
Properties
clampDepth?
:
boolean
cullMode?
:
GPUCullMode
frontFace?
:
GPUFrontFace
stripIndexFormat?
:
GPUIndexFormat
topology?
:
GPUPrimitiveTopology
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/GPUPrimitiveState