Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/daybreak/src/wgpu/types.ts>WGPUDepthStencilState

[WIP] WebGPU API implementation for Deno, built using Dawn with FFI.
Latest
interface WGPUDepthStencilState
import { type WGPUDepthStencilState } from "https://deno.land/x/daybreak@0.1.2/src/wgpu/types.ts";

Properties

format: wgpu.WGPUTextureFormat
depthWriteEnabled: boolean
depthCompare: wgpu.WGPUCompareFunction
stencilFront: wgpu.WGPUStencilFaceState
stencilBack: wgpu.WGPUStencilFaceState
stencilReadMask: number
stencilWriteMask: number
depthBias: number
depthBiasSlopeScale: number
depthBiasClamp: number
nextInChain: wgpu.WGPUChainedStruct
sType: wgpu.WGPUSType