sig
  type t
  external create' : int -> Osg.Plane.t -> Osg.Clip_plane.t
    = "clip_plane_create"
  external to_state_attribute : Osg.Clip_plane.t -> Osg.State_attribute.t
    = "clip_plane_to_state_attribute"
  val create : int -> Osg.Plane.t -> Osg.State_attribute.t
end