Halide
WGPURenderPassDescriptor Struct Reference

#include <mini_webgpu.h>

Public Attributes

const WGPUChainedStructnextInChain
 
const char * label
 
uint32_t colorAttachmentCount
 
const WGPURenderPassColorAttachmentcolorAttachments
 
const WGPURenderPassDepthStencilAttachmentdepthStencilAttachment
 
WGPUQuerySet occlusionQuerySet
 
uint32_t timestampWriteCount
 
const WGPURenderPassTimestampWritetimestampWrites
 

Detailed Description

Definition at line 1328 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

const WGPUChainedStruct* WGPURenderPassDescriptor::nextInChain

Definition at line 1329 of file mini_webgpu.h.

◆ label

const char* WGPURenderPassDescriptor::label

Definition at line 1330 of file mini_webgpu.h.

◆ colorAttachmentCount

uint32_t WGPURenderPassDescriptor::colorAttachmentCount

Definition at line 1331 of file mini_webgpu.h.

◆ colorAttachments

const WGPURenderPassColorAttachment* WGPURenderPassDescriptor::colorAttachments

Definition at line 1332 of file mini_webgpu.h.

◆ depthStencilAttachment

const WGPURenderPassDepthStencilAttachment* WGPURenderPassDescriptor::depthStencilAttachment

Definition at line 1333 of file mini_webgpu.h.

◆ occlusionQuerySet

WGPUQuerySet WGPURenderPassDescriptor::occlusionQuerySet

Definition at line 1334 of file mini_webgpu.h.

◆ timestampWriteCount

uint32_t WGPURenderPassDescriptor::timestampWriteCount

Definition at line 1335 of file mini_webgpu.h.

◆ timestampWrites

const WGPURenderPassTimestampWrite* WGPURenderPassDescriptor::timestampWrites

Definition at line 1336 of file mini_webgpu.h.


The documentation for this struct was generated from the following file: