Module: GL_EXT_compiled_vertex_array::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_EXT_compiled_vertex_array.rb
Constant Summary collapse
- Parameters =
{ glLockArraysEXT: [ :void, :GLint, :GLsizei ].freeze, glUnlockArraysEXT: [ :void ].freeze, }.freeze
Instance Method Summary collapse
Instance Method Details
#glLockArraysEXT(first, count) ⇒ Object
8 |
# File 'lib/opengl-definitions/extensions/GL_EXT_compiled_vertex_array.rb', line 8 def glLockArraysEXT(first, count) end |
#glUnlockArraysEXT ⇒ Object
9 |
# File 'lib/opengl-definitions/extensions/GL_EXT_compiled_vertex_array.rb', line 9 def glUnlockArraysEXT() end |