Module: GL_EXT_debug_marker::Functions

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

Constant Summary collapse

Parameters =
{
  glInsertEventMarkerEXT: [ :void, :GLsizei, :pointer ].freeze,
  glPushGroupMarkerEXT:   [ :void, :GLsizei, :pointer ].freeze,
  glPopGroupMarkerEXT:    [ :void ].freeze,
}.freeze

Instance Method Summary collapse

Instance Method Details

#glInsertEventMarkerEXT(length, marker) ⇒ Object



3
# File 'lib/opengl-definitions/extensions/GL_EXT_debug_marker.rb', line 3

def glInsertEventMarkerEXT(length, marker) end

#glPopGroupMarkerEXTObject



5
# File 'lib/opengl-definitions/extensions/GL_EXT_debug_marker.rb', line 5

def glPopGroupMarkerEXT() end

#glPushGroupMarkerEXT(length, marker) ⇒ Object



4
# File 'lib/opengl-definitions/extensions/GL_EXT_debug_marker.rb', line 4

def glPushGroupMarkerEXT(length, marker) end