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

Data Fields

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

Detailed Description

Default values can be set using WGPU_FRAGMENT_STATE_INIT as initializer.

Definition at line 4057 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUFragmentState::nextInChain

Definition at line 4058 of file webgpu.h.

◆ entryPoint

WGPUShaderModule WGPUStringView WGPUFragmentState::entryPoint

Defaults to NULL. This is a Nullable Input String.

Defaults to WGPU_STRING_VIEW_INIT.

Definition at line 4068 of file webgpu.h.

◆ constantCount

size_t WGPUFragmentState::constantCount

Defaults to NULL.

Definition at line 4072 of file webgpu.h.

◆ constants

WGPUConstantEntry const* WGPUFragmentState::constants

Definition at line 4073 of file webgpu.h.

◆ targetCount

size_t WGPUFragmentState::targetCount

Defaults to NULL.

Definition at line 4077 of file webgpu.h.

◆ targets

WGPUColorTargetState const* WGPUFragmentState::targets

Definition at line 4078 of file webgpu.h.