Module: GL_OES_mapbuffer::Functions

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

Constant Summary collapse

Parameters =
{
  glMapBufferOES:         [ :pointer, :GLenum, :GLenum ].freeze,
  glUnmapBufferOES:       [ :GLboolean, :GLenum ].freeze,
  glGetBufferPointervOES: [ :void, :GLenum, :GLenum, :pointer ].freeze,
}.freeze

Instance Method Summary collapse

Instance Method Details

#glGetBufferPointervOES(target, pname, params) ⇒ Object



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

def glGetBufferPointervOES(target, pname, params) end

#glMapBufferOES(target, access) ⇒ Object



10
# File 'lib/opengl-definitions/extensions/GL_OES_mapbuffer.rb', line 10

def glMapBufferOES(target, access) end

#glUnmapBufferOES(target) ⇒ Object



11
# File 'lib/opengl-definitions/extensions/GL_OES_mapbuffer.rb', line 11

def glUnmapBufferOES(target) end