Zernikalos/zernikalos.context.webgpu/GPUPrimitiveState GPUPrimitiveState WebGPU data class GPUPrimitiveState(var topology: String, var stripIndexFormat: String? = null, var frontFace: String? = null, var cullMode: String? = null)(source) Members Constructors GPUPrimitiveState Link copied to clipboard WebGPU constructor(topology: String, stripIndexFormat: String? = null, frontFace: String? = null, cullMode: String? = null) Properties cullMode Link copied to clipboard WebGPU var cullMode: String? frontFace Link copied to clipboard WebGPU var frontFace: String? stripIndexFormat Link copied to clipboard WebGPU var stripIndexFormat: String? topology Link copied to clipboard WebGPU var topology: String Functions toGpu Link copied to clipboard WebGPU fun toGpu(): dynamic GPUPipelineLayoutDescriptorPrevious PageGPUPrimitiveTopologyNext Page