Module: GL_ARB_sample_locations::Functions

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

Constant Summary collapse

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

Instance Method Summary collapse

Instance Method Details

#glEvaluateDepthValuesARBObject



16
# File 'lib/opengl-definitions/extensions/GL_ARB_sample_locations.rb', line 16

def glEvaluateDepthValuesARB() end

#glFramebufferSampleLocationsfvARB(target, start, count, v) ⇒ Object



14
# File 'lib/opengl-definitions/extensions/GL_ARB_sample_locations.rb', line 14

def glFramebufferSampleLocationsfvARB(target, start, count, v) end

#glNamedFramebufferSampleLocationsfvARB(framebuffer, start, count, v) ⇒ Object



15
# File 'lib/opengl-definitions/extensions/GL_ARB_sample_locations.rb', line 15

def glNamedFramebufferSampleLocationsfvARB(framebuffer, start, count, v) end