Halide 17.0.0
Halide compiler and libraries
|
#include <mini_webgpu.h>
Definition at line 1677 of file mini_webgpu.h.
WGPUChainedStruct const* WGPUDepthStencilState::nextInChain |
Definition at line 1678 of file mini_webgpu.h.
WGPUTextureFormat WGPUDepthStencilState::format |
Definition at line 1679 of file mini_webgpu.h.
WGPUBool WGPUDepthStencilState::depthWriteEnabled |
Definition at line 1680 of file mini_webgpu.h.
WGPUCompareFunction WGPUDepthStencilState::depthCompare |
Definition at line 1681 of file mini_webgpu.h.
WGPUStencilFaceState WGPUDepthStencilState::stencilFront |
Definition at line 1682 of file mini_webgpu.h.
WGPUStencilFaceState WGPUDepthStencilState::stencilBack |
Definition at line 1683 of file mini_webgpu.h.
uint32_t WGPUDepthStencilState::stencilReadMask |
Definition at line 1684 of file mini_webgpu.h.
uint32_t WGPUDepthStencilState::stencilWriteMask |
Definition at line 1685 of file mini_webgpu.h.
int32_t WGPUDepthStencilState::depthBias |
Definition at line 1686 of file mini_webgpu.h.
float WGPUDepthStencilState::depthBiasSlopeScale |
Definition at line 1687 of file mini_webgpu.h.
float WGPUDepthStencilState::depthBiasClamp |
Definition at line 1688 of file mini_webgpu.h.