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

Function glActiveStencilFaceEXT

source/glbinding/source/gl/functions_a.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void glActiveStencilFaceEXT(GLenum face)
42{
43 return glbinding::Binding::ActiveStencilFaceEXT(face);
44}
45
46void glActiveTexture(GLenum texture)
47{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected