Halide 19.0.0
Halide compiler and libraries
|
#include <mini_webgpu.h>
Definition at line 1800 of file mini_webgpu.h.
WGPUChainedStruct const* WGPUDepthStencilState::nextInChain |
Definition at line 1801 of file mini_webgpu.h.
WGPUTextureFormat WGPUDepthStencilState::format |
Definition at line 1802 of file mini_webgpu.h.
WGPUBool WGPUDepthStencilState::depthWriteEnabled |
Definition at line 1803 of file mini_webgpu.h.
WGPUCompareFunction WGPUDepthStencilState::depthCompare |
Definition at line 1804 of file mini_webgpu.h.
WGPUStencilFaceState WGPUDepthStencilState::stencilFront |
Definition at line 1805 of file mini_webgpu.h.
WGPUStencilFaceState WGPUDepthStencilState::stencilBack |
Definition at line 1806 of file mini_webgpu.h.
uint32_t WGPUDepthStencilState::stencilReadMask |
Definition at line 1807 of file mini_webgpu.h.
uint32_t WGPUDepthStencilState::stencilWriteMask |
Definition at line 1808 of file mini_webgpu.h.
int32_t WGPUDepthStencilState::depthBias |
Definition at line 1809 of file mini_webgpu.h.
float WGPUDepthStencilState::depthBiasSlopeScale |
Definition at line 1810 of file mini_webgpu.h.
float WGPUDepthStencilState::depthBiasClamp |
Definition at line 1811 of file mini_webgpu.h.