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

Function glBindMultiTextureEXT

source/glbinding/source/gl/functions_b.cpp:216–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216void glBindMultiTextureEXT(GLenum texunit, GLenum target, GLuint texture)
217{
218 return glbinding::Binding::BindMultiTextureEXT(texunit, target, texture);
219}
220
221GLuint glBindParameterEXT(GLenum value)
222{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected