| 494 | } |
| 495 | |
| 496 | void glColorFormatNV(GLint size, GLenum type, GLsizei stride) |
| 497 | { |
| 498 | return glbinding::Binding::ColorFormatNV(size, type, stride); |
| 499 | } |
| 500 | |
| 501 | void glColorFragmentOp1ATI(GLenum op, GLuint dst, FragmentShaderDestMaskATI dstMask, FragmentShaderDestModMaskATI dstMod, GLuint arg1, GLuint arg1Rep, FragmentShaderColorModMaskATI arg1Mod) |
| 502 | { |
nothing calls this directly
no outgoing calls
no test coverage detected