| 54 | } |
| 55 | |
| 56 | void glActiveVaryingNV(GLuint program, const GLchar * name) |
| 57 | { |
| 58 | return glbinding::Binding::ActiveVaryingNV(program, name); |
| 59 | } |
| 60 | |
| 61 | void glAlphaFragmentOp1ATI(GLenum op, GLuint dst, FragmentShaderDestModMaskATI dstMod, GLuint arg1, GLuint arg1Rep, FragmentShaderColorModMaskATI arg1Mod) |
| 62 | { |
nothing calls this directly
no outgoing calls
no test coverage detected