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

Data Fields

WGPUChainedStruct const * nextInChain
 
char const * label
 
WGPUPipelineLayout layout
 
WGPUProgrammableStageDescriptor compute
 

Detailed Description

Definition at line 1341 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUComputePipelineDescriptor::nextInChain

Definition at line 1342 of file webgpu.h.

◆ label

char const* WGPUComputePipelineDescriptor::label

Definition at line 1343 of file webgpu.h.

◆ layout

WGPUPipelineLayout WGPUComputePipelineDescriptor::layout

Definition at line 1344 of file webgpu.h.

◆ compute

WGPUProgrammableStageDescriptor WGPUComputePipelineDescriptor::compute

Definition at line 1345 of file webgpu.h.