type t
Type of a depth stencil renderbuffer
type t
val create : (module RenderTarget.T with type t = 'a) -> 'a -> OgamlMath.Vector2i.t -> t
RBO_Error
if the requested size exceeds the maximum size allowed by the context.
val to_depth_stencil_attachment : t -> Attachment.DepthStencilAttachment.t
val size : t -> OgamlMath.Vector2i.t