Module: GL_EXT_index_material::Functions

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

Constant Summary collapse

Parameters =
{
  glIndexMaterialEXT: [ :void, :GLenum, :GLenum ].freeze,
}.freeze

Instance Method Summary collapse

Instance Method Details

#glIndexMaterialEXT(face, mode) ⇒ Object



9
# File 'lib/opengl-definitions/extensions/GL_EXT_index_material.rb', line 9

def glIndexMaterialEXT(face, mode) end