DepthBuffer
Represents a depth buffer used for rendering operations. A depth buffer stores depth information for rendered pixels, enabling depth testing in graphics applications. It may optionally include stencil information based on its format.
The depth buffer is associated with a specific Session, which manages its lifecycle. It has a defined width, height, format, and multisample configuration.