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

Function glClientActiveTexture

source/glbinding/source/gl/functions_c.cpp:206–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206void glClientActiveTexture(GLenum texture)
207{
208 return glbinding::Binding::ClientActiveTexture(texture);
209}
210
211void glClientActiveTextureARB(GLenum texture)
212{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected