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