type t
Type of a depth 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_attachment : t -> Attachment.DepthAttachment.t
val size : t -> OgamlMath.Vector2i.t