Module: GL_ARB_vertex_attrib_binding
- Defined in:
- lib/opengl-definitions/extensions/GL_ARB_vertex_attrib_binding.rb
Defined Under Namespace
Modules: Constants
Constant Summary collapse
- Functions =
{ def glBindVertexBuffer(bindingindex, buffer, offset, stride) end => [ :void, :GLuint, :GLuint, :GLintptr, :GLsizei ].freeze, def glVertexAttribFormat(attribindex, size, type, normalized, relativeoffset) end => [ :void, :GLuint, :GLint, :GLenum, :GLboolean, :GLuint ].freeze, def glVertexAttribIFormat(attribindex, size, type, relativeoffset) end => [ :void, :GLuint, :GLint, :GLenum, :GLuint ].freeze, def glVertexAttribLFormat(attribindex, size, type, relativeoffset) end => [ :void, :GLuint, :GLint, :GLenum, :GLuint ].freeze, def glVertexAttribBinding(attribindex, bindingindex) end => [ :void, :GLuint, :GLuint ].freeze, def glVertexBindingDivisor(bindingindex, divisor) end => [ :void, :GLuint, :GLuint ].freeze, }.freeze