Module Osg.Viewport


module Viewport: sig .. end
Encapsulate OpenGL glViewport.

type t 
osg::Viewport holder.
val create : float -> float -> float -> float -> t
create x y width height
val compute_window_matrix : t -> Osg.Matrix.t