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

Data Fields

WGPUChainedStruct const * nextInChain
 
WGPUStringView label
 
WGPUPipelineLayout layout
 
WGPUComputeStage compute
 

Detailed Description

Default values can be set using WGPU_COMPUTE_PIPELINE_DESCRIPTOR_INIT as initializer.

Definition at line 3943 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUComputePipelineDescriptor::nextInChain

Definition at line 3944 of file webgpu.h.

◆ label

WGPUStringView WGPUComputePipelineDescriptor::label

This is a Non-Null Input String.

Defaults to WGPU_STRING_VIEW_INIT.

Definition at line 3950 of file webgpu.h.

◆ layout

WGPUPipelineLayout WGPUComputePipelineDescriptor::layout

Defaults to NULL.

Definition at line 3954 of file webgpu.h.

◆ compute

WGPUComputeStage WGPUComputePipelineDescriptor::compute

Defaults to WGPU_COMPUTE_STAGE_INIT.

Definition at line 3958 of file webgpu.h.