Halide
WGPUDepthStencilState Struct Reference

#include <mini_webgpu.h>

Public Attributes

const WGPUChainedStructnextInChain
 
WGPUTextureFormat format
 
bool depthWriteEnabled
 
WGPUCompareFunction depthCompare
 
WGPUStencilFaceState stencilFront
 
WGPUStencilFaceState stencilBack
 
uint32_t stencilReadMask
 
uint32_t stencilWriteMask
 
int32_t depthBias
 
float depthBiasSlopeScale
 
float depthBiasClamp
 

Detailed Description

Definition at line 1202 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

const WGPUChainedStruct* WGPUDepthStencilState::nextInChain

Definition at line 1203 of file mini_webgpu.h.

◆ format

WGPUTextureFormat WGPUDepthStencilState::format

Definition at line 1204 of file mini_webgpu.h.

◆ depthWriteEnabled

bool WGPUDepthStencilState::depthWriteEnabled

Definition at line 1205 of file mini_webgpu.h.

◆ depthCompare

WGPUCompareFunction WGPUDepthStencilState::depthCompare

Definition at line 1206 of file mini_webgpu.h.

◆ stencilFront

WGPUStencilFaceState WGPUDepthStencilState::stencilFront

Definition at line 1207 of file mini_webgpu.h.

◆ stencilBack

WGPUStencilFaceState WGPUDepthStencilState::stencilBack

Definition at line 1208 of file mini_webgpu.h.

◆ stencilReadMask

uint32_t WGPUDepthStencilState::stencilReadMask

Definition at line 1209 of file mini_webgpu.h.

◆ stencilWriteMask

uint32_t WGPUDepthStencilState::stencilWriteMask

Definition at line 1210 of file mini_webgpu.h.

◆ depthBias

int32_t WGPUDepthStencilState::depthBias

Definition at line 1211 of file mini_webgpu.h.

◆ depthBiasSlopeScale

float WGPUDepthStencilState::depthBiasSlopeScale

Definition at line 1212 of file mini_webgpu.h.

◆ depthBiasClamp

float WGPUDepthStencilState::depthBiasClamp

Definition at line 1213 of file mini_webgpu.h.


The documentation for this struct was generated from the following file: