Module: GL_VERSION_3_2

Defined in:
lib/opengl-definitions/core/GL_VERSION_3_2.rb

Defined Under Namespace

Modules: Constants

Constant Summary collapse

EXTENSIONS =
[
  :GL_ARB_draw_elements_base_vertex,
  :GL_ARB_provoking_vertex,
  :GL_ARB_sync,
  :GL_ARB_texture_multisample
].freeze
FUNCTIONS =
{
  glFramebufferTexture:     [ :void, :GLenum, :GLenum, :GLuint, :GLint ].freeze,
  glGetBufferParameteri64v: [ :void, :GLenum, :GLenum, :pointer ].freeze,
  glGetInteger64i_v:        [ :void, :GLenum, :GLuint, :pointer ].freeze
}.freeze