MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / glDrawArrays

Method glDrawArrays

GTE/Graphics/GL46/GL46.cpp:1237–1246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1235}
1236
1237void gte::glDrawArrays(GLenum mode, GLint first, GLsizei count)
1238{
1239 ::glDrawArrays(mode, first, count);
1240 ReportGLError("glDrawArrays");
1241
1242#if defined(GTE_ENABLE_GLTRACE)
1243 gsTrace.Call("glDrawArrays", "",
1244 gsTrace.GetName(mode), first, count);
1245#endif
1246}
1247
1248void gte::glDrawElements(GLenum mode, GLsizei count, GLenum type, const void* indices)
1249{

Callers

nothing calls this directly

Calls 4

glDrawArraysFunction · 0.85
ReportGLErrorFunction · 0.85
CallMethod · 0.80
GetNameMethod · 0.80

Tested by

no test coverage detected