Module: GL_VERSION_3_3::Functions

Defined in:
lib/opengl-definitions/versions/GL_VERSION_3_3.rb

Constant Summary collapse

Parameters =
{
  glVertexAttribDivisor: [ :void, :GLuint, :GLuint ].freeze
}.freeze

Instance Method Summary collapse

Instance Method Details

#glVertexAttribDivisor(index, divisor) ⇒ Object



19
# File 'lib/opengl-definitions/versions/GL_VERSION_3_3.rb', line 19

def glVertexAttribDivisor(index, divisor) end