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

Function glBindBufferBase

GTE/Graphics/GL46/GL46.cpp:5515–5531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5513}
5514
5515void APIENTRY glBindBufferBase(GLenum target, GLuint index, GLuint buffer)
5516{
5517 if (sglBindBufferBase)
5518 {
5519 sglBindBufferBase(target, index, buffer);
5520 ReportGLError("glBindBufferBase");
5521 }
5522 else
5523 {
5524 ReportGLNullFunction("glBindBufferBase");
5525 }
5526
5527#if defined(GTE_ENABLE_GLTRACE)
5528 gsTrace.Call("glBindBufferBase", "",
5529 gsTrace.GetName(target), index, buffer);
5530#endif
5531}
5532
5533void APIENTRY glTransformFeedbackVaryings(GLuint program, GLsizei count, const GLchar* const* varyings, GLenum bufferMode)
5534{

Callers 4

AttachToUnitMethod · 0.85
DisableCBuffersMethod · 0.85
DisableSBuffersMethod · 0.85
AttachToUnitMethod · 0.85

Calls 4

ReportGLErrorFunction · 0.85
ReportGLNullFunctionFunction · 0.85
CallMethod · 0.80
GetNameMethod · 0.80

Tested by

no test coverage detected