Data Fields | |
WGPUChainedStruct const * | nextInChain |
WGPUPrimitiveTopology | topology |
WGPUIndexFormat | stripIndexFormat |
WGPUFrontFace | frontFace |
WGPUCullMode | cullMode |
WGPUBool | unclippedDepth |
Default values can be set using WGPU_PRIMITIVE_STATE_INIT as initializer.
WGPUChainedStruct const* WGPUPrimitiveState::nextInChain |
WGPUPrimitiveTopology WGPUPrimitiveState::topology |
WGPUIndexFormat WGPUPrimitiveState::stripIndexFormat |
Defaults to (WGPUIndexFormat)0.
WGPUFrontFace WGPUPrimitiveState::frontFace |
WGPUCullMode WGPUPrimitiveState::cullMode |