WebGPU Headers: WGPUFragmentState Struct Reference

Data Fields

WGPUChainedStructnextInChain
 
WGPUShaderModule WGPUStringView entryPoint
 
size_t constantCount
 
WGPUConstantEntry const * constants
 
size_t targetCount
 
WGPUColorTargetState const * targets
 

Default values can be set using WGPU_FRAGMENT_STATE_INIT as initializer.

Definition at line 4774 of file webgpu.h.

◆ nextInChain

◆ entryPoint

◆ constantCount

size_t WGPUFragmentState::constantCount

Array count for constants. The INIT macro sets this to 0.

Definition at line 4789 of file webgpu.h.

◆ constants

The INIT macro sets this to NULL.

Definition at line 4793 of file webgpu.h.

◆ targetCount

size_t WGPUFragmentState::targetCount

Array count for targets. The INIT macro sets this to 0.

Definition at line 4797 of file webgpu.h.

◆ targets

The INIT macro sets this to NULL.

Definition at line 4801 of file webgpu.h.