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

Function getARBVertexProgram

OpenCSG/src/context.cpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118 GLuint getARBVertexProgram(const char* prog, int len)
119 {
120 return getARBProgram(GL_VERTEX_PROGRAM_ARB, prog, len);
121 }
122
123 GLuint getARBFragmentProgram(const char* prog, int len)
124 {

Callers 1

mergeMethod · 0.85

Calls 1

getARBProgramFunction · 0.85

Tested by

no test coverage detected