Module: GL_EXT_debug_label::Functions

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

Constant Summary collapse

Parameters =
{
  glLabelObjectEXT:    [ :void, :GLenum, :GLuint, :GLsizei, :pointer ].freeze,
  glGetObjectLabelEXT: [ :void, :GLenum, :GLuint, :GLsizei, :pointer, :pointer ].freeze,
}.freeze

Instance Method Summary collapse

Instance Method Details

#glGetObjectLabelEXT(type, object, bufSize, length, label) ⇒ Object



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

def glGetObjectLabelEXT(type, object, bufSize, length, label) end

#glLabelObjectEXT(type, object, length, label) ⇒ Object



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

def glLabelObjectEXT(type, object, length, label) end