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

Data Fields

WGPUChainedStructnextInChain
 
WGPUStringView label
 
WGPUPassTimestampWrites const * timestampWrites
 

Detailed Description

Default values can be set using WGPU_COMPUTE_PASS_DESCRIPTOR_INIT as initializer.

Definition at line 3770 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct* WGPUComputePassDescriptor::nextInChain

Definition at line 3771 of file webgpu.h.

◆ label

WGPUStringView WGPUComputePassDescriptor::label

This is a Non-Null Input String.

The INIT macro sets this to WGPU_STRING_VIEW_INIT.

Definition at line 3777 of file webgpu.h.

◆ timestampWrites

WGPUPassTimestampWrites const* WGPUComputePassDescriptor::timestampWrites

The INIT macro sets this to NULL.

Definition at line 3781 of file webgpu.h.