Module: GL_APPLE_object_purgeable::Functions

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

Constant Summary collapse

Parameters =
{
  glObjectPurgeableAPPLE:      [ :GLenum, :GLenum, :GLuint, :GLenum ].freeze,
  glObjectUnpurgeableAPPLE:    [ :GLenum, :GLenum, :GLuint, :GLenum ].freeze,
  glGetObjectParameterivAPPLE: [ :void, :GLenum, :GLuint, :GLenum, :pointer ].freeze,
}.freeze

Instance Method Summary collapse

Instance Method Details

#glGetObjectParameterivAPPLE(objectType, name, pname, params) ⇒ Object



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

def glGetObjectParameterivAPPLE(objectType, name, pname, params) end

#glObjectPurgeableAPPLE(objectType, name, option) ⇒ Object



12
# File 'lib/opengl-definitions/extensions/GL_APPLE_object_purgeable.rb', line 12

def glObjectPurgeableAPPLE(objectType, name, option) end

#glObjectUnpurgeableAPPLE(objectType, name, option) ⇒ Object



13
# File 'lib/opengl-definitions/extensions/GL_APPLE_object_purgeable.rb', line 13

def glObjectUnpurgeableAPPLE(objectType, name, option) end