Module CL_Rectf

module CL_Rectf: sig .. end

API documentation for the class CL_Rectd

type t = {
   left : float;
   top : float;
   right : float;
   bottom : float;
}
val init : left:float -> top:float -> right:float -> bottom:float -> t
val of_size : width:float -> height:float -> t
val texture_unit1_coords : t