Module: GL_ARB_sample_locations

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

Defined Under Namespace

Modules: Constants

Constant Summary collapse

FUNCTIONS =
{
  glFramebufferSampleLocationsfvARB:      [ :void, :GLenum, :GLuint, :GLsizei, :pointer ].freeze,
  glNamedFramebufferSampleLocationsfvARB: [ :void, :GLuint, :GLuint, :GLsizei, :pointer ].freeze,
  glEvaluateDepthValuesARB:               [ :void ].freeze,
}.freeze