• Compression Streams API
  • Console and Debugging
  • DOM APIs
  • DOM Events
  • Encoding API
  • Fetch API
  • Fleek Node API
  • Observability
  • Scheduling
  • Streams API
  • Timers
  • Typed Arrays
  • Web APIs
  • Web Crypto API
  • Web File API
  • WebAssembly
  • WebGPU
  • WebSockets
  • Uncategorized
  • view all 376 symbols
  • Fleek Runtime APIs
  • WebGPU
    • GPURenderPassDepthStencilAttachment
interface GPURenderPassDepthStencilAttachment

Properties

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

Document Navigation

  • Properties
    • view
    • depthClearValue
    • depthLoadOp
    • depthStoreOp
    • depthReadOnly
    • stencilClearValue
    • stencilLoadOp
    • stencilStoreOp
    • stencilReadOnly