WebGPU Native  v0.1.0
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 1342 of file webgpu.h.

Field Documentation

◆ compute

WGPUProgrammableStageDescriptor WGPUComputePipelineDescriptor::compute

Definition at line 1346 of file webgpu.h.

◆ label

char const* WGPUComputePipelineDescriptor::label

Definition at line 1344 of file webgpu.h.

◆ layout

WGPUPipelineLayout WGPUComputePipelineDescriptor::layout

Definition at line 1345 of file webgpu.h.

◆ nextInChain

WGPUChainedStruct const* WGPUComputePipelineDescriptor::nextInChain

Definition at line 1343 of file webgpu.h.


The documentation for this struct was generated from the following file: