/usr/lib/ocaml/lablgl/gluMisc.mli is in liblablgl-ocaml-dev 1:1.05-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | (* $Id: gluMisc.mli,v 1.3 2001-10-01 02:59:13 garrigue Exp $ *)
open Gl
val get_string : [`extensions|`version] -> string
val build_1d_mipmaps :
?internal:int -> ([< GlTex.format], [< kind]) GlPix.t -> unit
val build_2d_mipmaps :
?internal:int -> ([< GlTex.format], [< kind]) GlPix.t -> unit
val scale_image :
width:int -> height:int ->
([< format] as 'a, [< kind] as 'b) GlPix.t -> ('a, 'b) GlPix.t
|