MCPcopy Create free account
hub / github.com/cginternals/glbinding / glGetBufferPointerv

Function glGetBufferPointerv

source/glbinding/source/gl/functions_g.cpp:326–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326void glGetBufferPointerv(GLenum target, GLenum pname, void ** params)
327{
328 return glbinding::Binding::GetBufferPointerv(target, pname, params);
329}
330
331void glGetBufferPointervARB(GLenum target, GLenum pname, void ** params)
332{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected