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

Data Fields

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

Detailed Description

Definition at line 1380 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUFragmentState::nextInChain

Definition at line 1381 of file webgpu.h.

◆ entryPoint

WGPUShaderModule char const* WGPUFragmentState::entryPoint

Definition at line 1383 of file webgpu.h.

◆ constantCount

size_t WGPUFragmentState::constantCount

Definition at line 1384 of file webgpu.h.

◆ constants

WGPUConstantEntry const* WGPUFragmentState::constants

Definition at line 1385 of file webgpu.h.

◆ targetCount

size_t WGPUFragmentState::targetCount

Definition at line 1386 of file webgpu.h.

◆ targets

WGPUColorTargetState const* WGPUFragmentState::targets

Definition at line 1387 of file webgpu.h.