Halide 16.0.0
Halide compiler and libraries
Loading...
Searching...
No Matches
WGPURenderPassDescriptor Struct Reference

#include <mini_webgpu.h>

Public Attributes

WGPUChainedStruct const * nextInChain
 
char const * label
 
uint32_t colorAttachmentCount
 
WGPURenderPassColorAttachment const * colorAttachments
 
WGPURenderPassDepthStencilAttachment const * depthStencilAttachment
 
WGPUQuerySet occlusionQuerySet
 
uint32_t timestampWriteCount
 
WGPURenderPassTimestampWrite const * timestampWrites
 

Detailed Description

Definition at line 1328 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

WGPUChainedStruct const* WGPURenderPassDescriptor::nextInChain

Definition at line 1329 of file mini_webgpu.h.

◆ label

char const* 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

WGPURenderPassColorAttachment const* WGPURenderPassDescriptor::colorAttachments

Definition at line 1332 of file mini_webgpu.h.

◆ depthStencilAttachment

WGPURenderPassDepthStencilAttachment const* 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

WGPURenderPassTimestampWrite const* WGPURenderPassDescriptor::timestampWrites

Definition at line 1336 of file mini_webgpu.h.


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