Module: GL_ATI_element_array::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_ATI_element_array.rb
Constant Summary collapse
- Parameters =
{ glElementPointerATI: [ :void, :GLenum, :pointer ].freeze, glDrawElementArrayATI: [ :void, :GLenum, :GLsizei ].freeze, glDrawRangeElementArrayATI: [ :void, :GLenum, :GLuint, :GLuint, :GLsizei ].freeze, }.freeze
Instance Method Summary collapse
- #glDrawElementArrayATI(mode, count) ⇒ Object
- #glDrawRangeElementArrayATI(mode, start, end_, count) ⇒ Object
- #glElementPointerATI(type, pointer) ⇒ Object
Instance Method Details
#glDrawElementArrayATI(mode, count) ⇒ Object
10 |
# File 'lib/opengl-definitions/extensions/GL_ATI_element_array.rb', line 10 def glDrawElementArrayATI(mode, count) end |
#glDrawRangeElementArrayATI(mode, start, end_, count) ⇒ Object
11 |
# File 'lib/opengl-definitions/extensions/GL_ATI_element_array.rb', line 11 def glDrawRangeElementArrayATI(mode, start, end_, count) end |
#glElementPointerATI(type, pointer) ⇒ Object
9 |
# File 'lib/opengl-definitions/extensions/GL_ATI_element_array.rb', line 9 def glElementPointerATI(type, pointer) end |