|
Halide 16.0.0
Halide compiler and libraries
|
#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 |
Definition at line 1328 of file mini_webgpu.h.
| WGPUChainedStruct const* WGPURenderPassDescriptor::nextInChain |
Definition at line 1329 of file mini_webgpu.h.
| char const* WGPURenderPassDescriptor::label |
Definition at line 1330 of file mini_webgpu.h.
| uint32_t WGPURenderPassDescriptor::colorAttachmentCount |
Definition at line 1331 of file mini_webgpu.h.
| WGPURenderPassColorAttachment const* WGPURenderPassDescriptor::colorAttachments |
Definition at line 1332 of file mini_webgpu.h.
| WGPURenderPassDepthStencilAttachment const* WGPURenderPassDescriptor::depthStencilAttachment |
Definition at line 1333 of file mini_webgpu.h.
| WGPUQuerySet WGPURenderPassDescriptor::occlusionQuerySet |
Definition at line 1334 of file mini_webgpu.h.
| uint32_t WGPURenderPassDescriptor::timestampWriteCount |
Definition at line 1335 of file mini_webgpu.h.
| WGPURenderPassTimestampWrite const* WGPURenderPassDescriptor::timestampWrites |
Definition at line 1336 of file mini_webgpu.h.