MCPcopy Create free account
hub / github.com/cginternals/globjects / drawArrays

Method drawArrays

source/globjects/source/VertexArray.cpp:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void VertexArray::drawArrays(const GLenum mode, const GLint first, const GLsizei count) const
145{
146 bind();
147 glDrawArrays(mode, first, count);
148}
149
150void VertexArray::drawArraysInstanced(const GLenum mode, const GLint first, const GLsizei count, const GLsizei instanceCount) const
151{

Callers 9

drawMethod · 0.80
paintGLMethod · 0.80
drawMethod · 0.80
drawFunction · 0.80
drawMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
drawFunction · 0.80
drawFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected