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

Function glEnableVertexAttribArray

GTE/Graphics/GL46/GL46.cpp:3599–3615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3597}
3598
3599void APIENTRY glEnableVertexAttribArray(GLuint index)
3600{
3601 if (sglEnableVertexAttribArray)
3602 {
3603 sglEnableVertexAttribArray(index);
3604 ReportGLError("glEnableVertexAttribArray");
3605 }
3606 else
3607 {
3608 ReportGLNullFunction("glEnableVertexAttribArray");
3609 }
3610
3611#if defined(GTE_ENABLE_GLTRACE)
3612 gsTrace.Call("glEnableVertexAttribArray", "",
3613 index);
3614#endif
3615}
3616
3617void APIENTRY glGetActiveAttrib(GLuint program, GLuint index, GLsizei bufSize, GLsizei* length, GLint* size, GLenum* type, GLchar* name)
3618{

Callers 1

GL46InputLayoutMethod · 0.85

Calls 3

ReportGLErrorFunction · 0.85
ReportGLNullFunctionFunction · 0.85
CallMethod · 0.80

Tested by

no test coverage detected