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

Data Fields

WGPUChainedStruct const * nextInChain
 
WGPUStringView label
 
WGPUComputePassTimestampWrites timestampWrites
 

Detailed Description

Default values can be set using WGPU_COMPUTE_PASS_DESCRIPTOR_INIT as initializer.

Definition at line 3471 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUComputePassDescriptor::nextInChain

Definition at line 3472 of file webgpu.h.

◆ label

WGPUStringView WGPUComputePassDescriptor::label

This is a Non-Null Input String.

Defaults to WGPU_STRING_VIEW_INIT.

Definition at line 3478 of file webgpu.h.

◆ timestampWrites

WGPUComputePassTimestampWrites WGPUComputePassDescriptor::timestampWrites

Defaults to WGPU_COMPUTE_PASS_TIMESTAMP_WRITES_INIT.

Definition at line 3482 of file webgpu.h.