[−][src]Type Definition wgpu::RenderPassDepthStencilAttachmentDescriptor
type RenderPassDepthStencilAttachmentDescriptor<'a> = RenderPassDepthStencilAttachmentDescriptorBase<&'a TextureView>;
Describes a depth/stencil attachment to a [RenderPass
].