Module: GL_NV_read_buffer::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_NV_read_buffer.rb
Constant Summary collapse
- Parameters =
{ glReadBufferNV: [ :void, :GLenum ].freeze, }.freeze
Instance Method Summary collapse
Instance Method Details
#glReadBufferNV(mode) ⇒ Object
7 |
# File 'lib/opengl-definitions/extensions/GL_NV_read_buffer.rb', line 7 def glReadBufferNV(mode) end |