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

Function glDrawElements

GTE/Graphics/GL46/GL46.cpp:2167–2178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2165}
2166
2167void APIENTRY glDrawElements(GLenum mode, GLsizei count, GLenum type, const void* indices)
2168{
2169 if (sglDrawElements)
2170 {
2171 sglDrawElements(mode, count, type, indices);
2172 ReportGLError("glDrawElements");
2173 }
2174 else
2175 {
2176 ReportGLNullFunction("glDrawElements");
2177 }
2178}
2179
2180void APIENTRY glGetPointerv(GLenum pname, void** params)
2181{

Callers 1

glDrawElementsMethod · 0.85

Calls 2

ReportGLErrorFunction · 0.85
ReportGLNullFunctionFunction · 0.85

Tested by

no test coverage detected