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

Data Fields

WGPUChainedStruct const * nextInChain
 
char const * label
 
WGPUComputePassTimestampWrites const * timestampWrites
 

Detailed Description

Definition at line 1238 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUComputePassDescriptor::nextInChain

Definition at line 1239 of file webgpu.h.

◆ label

char const* WGPUComputePassDescriptor::label

Definition at line 1240 of file webgpu.h.

◆ timestampWrites

WGPUComputePassTimestampWrites const* WGPUComputePassDescriptor::timestampWrites

Definition at line 1241 of file webgpu.h.