AdvancedThe Pixi depth/stencil texture to use for testing/writing.
OptionalviewOptional overrides. For example, if you want to perform depth testing while simultaneously
sampling the stencil data in a shader, you can pass { aspect: 'depth-only' }.
A Pixi-flavored Depth/Stencil Attachment that mirrors the WebGPU spec but replaces low-level JIT requirements with high-level Pixi objects (like
texture).Example