Module: GL_SGIX_instruments

Defined in:
lib/opengl-definitions/extensions/GL_SGIX_instruments.rb

Defined Under Namespace

Modules: Constants

Constant Summary collapse

FUNCTIONS =
{
  glGetInstrumentsSGIX:    [ :GLint ].freeze,
  glInstrumentsBufferSGIX: [ :void, :GLsizei, :pointer ].freeze,
  glPollInstrumentsSGIX:   [ :GLint, :pointer ].freeze,
  glReadInstrumentsSGIX:   [ :void, :GLint ].freeze,
  glStartInstrumentsSGIX:  [ :void ].freeze,
  glStopInstrumentsSGIX:   [ :void, :GLint ].freeze,
}.freeze