MCPcopy Index your code
hub / github.com/ad-si/LuaCAD / getARBFragmentProgram

Function getARBFragmentProgram

OpenCSG/src/context.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 }
122
123 GLuint getARBFragmentProgram(const char* prog, int len)
124 {
125 return getARBProgram(GL_FRAGMENT_PROGRAM_ARB, prog, len);
126 }
127
128 static GLuint getGLSLShader(GLenum target, const char* prog)
129 {

Callers 1

mergeMethod · 0.85

Calls 1

getARBProgramFunction · 0.85

Tested by

no test coverage detected