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

Data Fields

WGPUChainedStruct const * nextInChain
 
WGPUShaderModule WGPUStringView entryPoint
 
size_t constantCount
 
WGPUConstantEntry const * constants
 

Detailed Description

Default values can be set using WGPU_COMPUTE_STAGE_INIT as initializer.

Definition at line 3497 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUComputeStage::nextInChain

Definition at line 3498 of file webgpu.h.

◆ entryPoint

WGPUShaderModule WGPUStringView WGPUComputeStage::entryPoint

Defaults to NULL. This is a Nullable Input String.

Defaults to WGPU_STRING_VIEW_INIT.

Definition at line 3508 of file webgpu.h.

◆ constantCount

size_t WGPUComputeStage::constantCount

Defaults to NULL.

Definition at line 3512 of file webgpu.h.

◆ constants

WGPUConstantEntry const* WGPUComputeStage::constants

Definition at line 3513 of file webgpu.h.