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

#include <mini_webgpu.h>

Public Attributes

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

Detailed Description

Definition at line 1850 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

WGPUChainedStruct const* WGPURenderPassDescriptor::nextInChain

Definition at line 1851 of file mini_webgpu.h.

◆ label

WGPU_NULLABLE char const* WGPURenderPassDescriptor::label

Definition at line 1852 of file mini_webgpu.h.

◆ colorAttachmentCount

size_t WGPURenderPassDescriptor::colorAttachmentCount

Definition at line 1853 of file mini_webgpu.h.

◆ colorAttachments

WGPURenderPassColorAttachment const* WGPURenderPassDescriptor::colorAttachments

Definition at line 1854 of file mini_webgpu.h.

◆ depthStencilAttachment

WGPU_NULLABLE WGPURenderPassDepthStencilAttachment const* WGPURenderPassDescriptor::depthStencilAttachment

Definition at line 1855 of file mini_webgpu.h.

◆ occlusionQuerySet

WGPU_NULLABLE WGPUQuerySet WGPURenderPassDescriptor::occlusionQuerySet

Definition at line 1856 of file mini_webgpu.h.

◆ timestampWrites

WGPU_NULLABLE WGPURenderPassTimestampWrites const* WGPURenderPassDescriptor::timestampWrites

Definition at line 1857 of file mini_webgpu.h.


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