Halide 17.0.0
Halide compiler and libraries
|
#include <mini_webgpu.h>
Public Attributes | |
WGPUChainedStruct const * | nextInChain |
WGPU_NULLABLE WGPUTextureView | view |
uint32_t | depthSlice |
WGPU_NULLABLE WGPUTextureView | resolveTarget |
WGPULoadOp | loadOp |
WGPUStoreOp | storeOp |
WGPUColor | clearValue |
Definition at line 1754 of file mini_webgpu.h.
WGPUChainedStruct const* WGPURenderPassColorAttachment::nextInChain |
Definition at line 1755 of file mini_webgpu.h.
WGPU_NULLABLE WGPUTextureView WGPURenderPassColorAttachment::view |
Definition at line 1756 of file mini_webgpu.h.
uint32_t WGPURenderPassColorAttachment::depthSlice |
Definition at line 1757 of file mini_webgpu.h.
WGPU_NULLABLE WGPUTextureView WGPURenderPassColorAttachment::resolveTarget |
Definition at line 1758 of file mini_webgpu.h.
WGPULoadOp WGPURenderPassColorAttachment::loadOp |
Definition at line 1759 of file mini_webgpu.h.
WGPUStoreOp WGPURenderPassColorAttachment::storeOp |
Definition at line 1760 of file mini_webgpu.h.
WGPUColor WGPURenderPassColorAttachment::clearValue |
Definition at line 1761 of file mini_webgpu.h.