WebGPU Headers
The WebGPU C API
 
Loading...
Searching...
No Matches
WGPUPrimitiveState Struct Reference

Data Fields

WGPUChainedStruct const * nextInChain
 
WGPUPrimitiveTopology topology
 
WGPUIndexFormat stripIndexFormat
 
WGPUFrontFace frontFace
 
WGPUCullMode cullMode
 

Detailed Description

Definition at line 979 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUPrimitiveState::nextInChain

Definition at line 980 of file webgpu.h.

◆ topology

WGPUPrimitiveTopology WGPUPrimitiveState::topology

Definition at line 981 of file webgpu.h.

◆ stripIndexFormat

WGPUIndexFormat WGPUPrimitiveState::stripIndexFormat

Definition at line 982 of file webgpu.h.

◆ frontFace

WGPUFrontFace WGPUPrimitiveState::frontFace

Definition at line 983 of file webgpu.h.

◆ cullMode

WGPUCullMode WGPUPrimitiveState::cullMode

Definition at line 984 of file webgpu.h.