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

Function glColorFormatNV

source/glbinding/source/gl/functions_c.cpp:496–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected