20 #ifndef ANTKEEPER_GL_VERTEX_INPUT_RATE_HPP
21 #define ANTKEEPER_GL_VERTEX_INPUT_RATE_HPP
Graphics library interface.
vertex_input_rate
Rate at which vertex attributes are pulled from buffers.
@ vertex
Vertex attribute addressing is a function of the vertex index.
@ instance
Vertex attribute addressing is a function of the instance index.