Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
merge
Method · 0.85
Calls
1
getARBProgram
Function · 0.85
Tested by
no test coverage detected