Module Gl_legacy.Feedback

Functions and constants for Feedback mode

val gl_2d : enum
val gl_3d : enum
val gl_3d_color : enum
val gl_3d_color_texture : enum
val gl_4d_color_texture : enum
type buffer =
  1. | GL_2D
  2. | GL_3D
  3. | GL_3D_COLOR
  4. | GL_3D_COLOR_TEXTURE
  5. | GL_4D_COLOR_TEXTURE
val buffer_type_enum : buffer -> enum
val pass_through_token : enum
val point_token : enum
val line_token : enum
val line_reset_token : enum
val polygon_token : enum
val bitmap_token : enum
val draw_pixel_token : enum
val copy_pixel_token : enum
type token =
  1. | PASS_THROUGH
  2. | POINT
  3. | LINE
  4. | LINE_RESET
  5. | POLYGON
  6. | BITMAP
  7. | DRAW_PIXEL
  8. | COPY_PIXEL
val token_enum : token -> enum
val token : enum -> token
val tokenf : float -> token
val pass_through : float -> unit
val setup : int -> buffer -> matrixf