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

Data Fields

WGPUChainedStruct const * nextInChain
 
char const * label
 
size_t colorAttachmentCount
 
WGPURenderPassColorAttachment const * colorAttachments
 
WGPURenderPassDepthStencilAttachment const * depthStencilAttachment
 
WGPUQuerySet occlusionQuerySet
 
WGPURenderPassTimestampWrites const * timestampWrites
 

Detailed Description

Definition at line 1360 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPURenderPassDescriptor::nextInChain

Definition at line 1361 of file webgpu.h.

◆ label

char const* WGPURenderPassDescriptor::label

Definition at line 1362 of file webgpu.h.

◆ colorAttachmentCount

size_t WGPURenderPassDescriptor::colorAttachmentCount

Definition at line 1363 of file webgpu.h.

◆ colorAttachments

WGPURenderPassColorAttachment const* WGPURenderPassDescriptor::colorAttachments

Definition at line 1364 of file webgpu.h.

◆ depthStencilAttachment

WGPURenderPassDepthStencilAttachment const* WGPURenderPassDescriptor::depthStencilAttachment

Definition at line 1365 of file webgpu.h.

◆ occlusionQuerySet

WGPUQuerySet WGPURenderPassDescriptor::occlusionQuerySet

Definition at line 1366 of file webgpu.h.

◆ timestampWrites

WGPURenderPassTimestampWrites const* WGPURenderPassDescriptor::timestampWrites

Definition at line 1367 of file webgpu.h.