Method: OpenGL#glDrawElements

Defined in:
lib/opengl_command.rb,
lib/opengl_es_command.rb

#glDrawElements(_mode_, _count_, _type_, _indices_) ⇒ Object



2162
2163
2164
2165
# File 'lib/opengl_command.rb', line 2162

def glDrawElements(_mode_, _count_, _type_, _indices_)
  f = OpenGL::get_command(:glDrawElements)
  f.call(_mode_, _count_, _type_, _indices_)
end