Defines the culling behaviors supported by the renderer. Extends the native WebGPU GPUCullMode ("none" | "front" | "back") with an additional "disabled" keyword.
GPUCullMode
"none" | "front" | "back"
"disabled"
Defines the culling behaviors supported by the renderer. Extends the native WebGPU
GPUCullMode("none" | "front" | "back") with an additional"disabled"keyword.