Module Osg.Graphics_context


module Graphics_context: sig .. end
Base class for providing Windowing API agnostic access to creating and managing graphics context.

type t 
osg::GraphicsContext holder.
val get_state : t -> Osg.State.t
val make_current : t -> unit
val release_context : t -> unit