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

Function glBindBuffer

source/glbinding/source/gl/functions_b.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void glBindBuffer(GLenum target, GLuint buffer)
102{
103 return glbinding::Binding::BindBuffer(target, buffer);
104}
105
106void glBindBufferARB(GLenum target, GLuint buffer)
107{

Callers 2

CubeScapeMethod · 0.85
CubeScapeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected