Halide 17.0.0
Halide compiler and libraries
|
#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 |
Definition at line 1850 of file mini_webgpu.h.
WGPUChainedStruct const* WGPURenderPassDescriptor::nextInChain |
Definition at line 1851 of file mini_webgpu.h.
WGPU_NULLABLE char const* WGPURenderPassDescriptor::label |
Definition at line 1852 of file mini_webgpu.h.
size_t WGPURenderPassDescriptor::colorAttachmentCount |
Definition at line 1853 of file mini_webgpu.h.
WGPURenderPassColorAttachment const* WGPURenderPassDescriptor::colorAttachments |
Definition at line 1854 of file mini_webgpu.h.
WGPU_NULLABLE WGPURenderPassDepthStencilAttachment const* WGPURenderPassDescriptor::depthStencilAttachment |
Definition at line 1855 of file mini_webgpu.h.
WGPU_NULLABLE WGPUQuerySet WGPURenderPassDescriptor::occlusionQuerySet |
Definition at line 1856 of file mini_webgpu.h.
WGPU_NULLABLE WGPURenderPassTimestampWrites const* WGPURenderPassDescriptor::timestampWrites |
Definition at line 1857 of file mini_webgpu.h.