Skip to main content
Module

x/netzo/deno.d.ts>GPURenderPassDepthStencilAttachment

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
interface GPURenderPassDepthStencilAttachment
import { type GPURenderPassDepthStencilAttachment } from "https://deno.land/x/netzo@v0.1.11/deno.d.ts";

Properties

optional
depthClearValue: number
optional
depthLoadOp: GPULoadOp
optional
depthStoreOp: GPUStoreOp
optional
depthReadOnly: boolean
optional
stencilClearValue: number
optional
stencilLoadOp: GPULoadOp
optional
stencilStoreOp: GPUStoreOp
optional
stencilReadOnly: boolean