Docs GODI Archive
Projects Blog Link DB

Search GODI:


More options
File lib/ocaml/pkg-lib/lablGL/glClear.mli GODI Package godi-lablgl
Library lablGL
 
   glClear.cmi_pretty    glClear.ml    glClear.mli    Sources  
(* $Id: glClear.mli,v 1.3 1999/11/15 09:55:05 garrigue Exp $ *)

type buffer = [`accum|`color|`depth|`stencil]
val clear : buffer list -> unit
    (* glClear: clear the specified buffers *)

val accum : ?alpha:float -> Gl.rgb -> unit
val color : ?alpha:float -> Gl.rgb -> unit
val depth : Gl.clampf -> unit
val index : float -> unit
val stencil : int -> unit
    (* Set the clear value for each buffer: glClearAccum etc *)
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml