Halide 17.0.0
Halide compiler and libraries
|
#include <mini_webgpu.h>
Public Attributes | |
WGPUTextureView | view |
WGPULoadOp | depthLoadOp |
WGPUStoreOp | depthStoreOp |
float | depthClearValue |
WGPUBool | depthReadOnly |
WGPULoadOp | stencilLoadOp |
WGPUStoreOp | stencilStoreOp |
uint32_t | stencilClearValue |
WGPUBool | stencilReadOnly |
Definition at line 1286 of file mini_webgpu.h.
WGPUTextureView WGPURenderPassDepthStencilAttachment::view |
Definition at line 1287 of file mini_webgpu.h.
WGPULoadOp WGPURenderPassDepthStencilAttachment::depthLoadOp |
Definition at line 1288 of file mini_webgpu.h.
WGPUStoreOp WGPURenderPassDepthStencilAttachment::depthStoreOp |
Definition at line 1289 of file mini_webgpu.h.
float WGPURenderPassDepthStencilAttachment::depthClearValue |
Definition at line 1290 of file mini_webgpu.h.
WGPUBool WGPURenderPassDepthStencilAttachment::depthReadOnly |
Definition at line 1291 of file mini_webgpu.h.
WGPULoadOp WGPURenderPassDepthStencilAttachment::stencilLoadOp |
Definition at line 1292 of file mini_webgpu.h.
WGPUStoreOp WGPURenderPassDepthStencilAttachment::stencilStoreOp |
Definition at line 1293 of file mini_webgpu.h.
uint32_t WGPURenderPassDepthStencilAttachment::stencilClearValue |
Definition at line 1294 of file mini_webgpu.h.
WGPUBool WGPURenderPassDepthStencilAttachment::stencilReadOnly |
Definition at line 1295 of file mini_webgpu.h.