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

Function glApplyTextureEXT

source/glbinding/source/gl/functions_a.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void glApplyTextureEXT(GLenum mode)
97{
98 return glbinding::Binding::ApplyTextureEXT(mode);
99}
100
101GLboolean glAreProgramsResidentNV(GLsizei n, const GLuint * programs, GLboolean * residences)
102{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected