WebGPU Headers
The WebGPU C API
 
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
Loading...
Searching...
No Matches
WGPUComputePipelineDescriptor Struct Reference

Data Fields

WGPUChainedStructnextInChain
 
WGPUStringView label
 
WGPUPipelineLayout layout
 
WGPUComputeState compute
 

Detailed Description

Default values can be set using WGPU_COMPUTE_PIPELINE_DESCRIPTOR_INIT as initializer.

Definition at line 4226 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct* WGPUComputePipelineDescriptor::nextInChain

Definition at line 4227 of file webgpu.h.

◆ label

WGPUStringView WGPUComputePipelineDescriptor::label

This is a Non-Null Input String.

The INIT macro sets this to WGPU_STRING_VIEW_INIT.

Definition at line 4233 of file webgpu.h.

◆ layout

WGPUPipelineLayout WGPUComputePipelineDescriptor::layout

The INIT macro sets this to NULL.

Definition at line 4237 of file webgpu.h.

◆ compute

WGPUComputeState WGPUComputePipelineDescriptor::compute

The INIT macro sets this to WGPU_COMPUTE_STATE_INIT.

Definition at line 4241 of file webgpu.h.