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

Function glActiveVaryingNV

source/glbinding/source/gl/functions_a.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void glActiveVaryingNV(GLuint program, const GLchar * name)
57{
58 return glbinding::Binding::ActiveVaryingNV(program, name);
59}
60
61void glAlphaFragmentOp1ATI(GLenum op, GLuint dst, FragmentShaderDestModMaskATI dstMod, GLuint arg1, GLuint arg1Rep, FragmentShaderColorModMaskATI arg1Mod)
62{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected