Variable SubpassDescription.depthStencil
depth-stencil attachment (if any)
struct SubpassDescription
{
// ...
Option!(gfx.graal.renderpass.AttachmentRef) depthStencil
;
// ...
}