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