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

x/daybreak/src/wgpu/mod.ts>WGPURenderPassDepthStencilAttachment

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

Properties

view: wgpu.WGPUTextureView
depthLoadOp: wgpu.WGPULoadOp
depthStoreOp: wgpu.WGPUStoreOp
clearDepth: number
depthReadOnly: boolean
stencilLoadOp: wgpu.WGPULoadOp
stencilStoreOp: wgpu.WGPUStoreOp
clearStencil: number
stencilReadOnly: boolean