Halide 19.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 1984 of file mini_webgpu.h.
WGPUChainedStruct const* WGPURenderPassDescriptor::nextInChain |
Definition at line 1985 of file mini_webgpu.h.
WGPU_NULLABLE char const* WGPURenderPassDescriptor::label |
Definition at line 1986 of file mini_webgpu.h.
size_t WGPURenderPassDescriptor::colorAttachmentCount |
Definition at line 1987 of file mini_webgpu.h.
WGPURenderPassColorAttachment const* WGPURenderPassDescriptor::colorAttachments |
Definition at line 1988 of file mini_webgpu.h.
WGPU_NULLABLE WGPURenderPassDepthStencilAttachment const* WGPURenderPassDescriptor::depthStencilAttachment |
Definition at line 1989 of file mini_webgpu.h.
WGPU_NULLABLE WGPUQuerySet WGPURenderPassDescriptor::occlusionQuerySet |
Definition at line 1990 of file mini_webgpu.h.
WGPU_NULLABLE WGPURenderPassTimestampWrites const* WGPURenderPassDescriptor::timestampWrites |
Definition at line 1991 of file mini_webgpu.h.