Module CL_Texture

module CL_Texture: sig .. end

API documentation for the class CL_Texture

type t 
val init : gc:CL_GraphicContext.t -> width:int -> height:int -> t
val read_file : gc:CL_GraphicContext.t -> fullname:string -> t
val of_file : gc:CL_GraphicContext.t -> file:CL_File.t -> image_type:string -> t
val delete : t -> unit