Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/9miao/CrossApp
/ use
Method
use
CrossApp/shaders/CAGLProgram.cpp:306–309 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
304
}
305
306
void CAGLProgram::use()
307
{
308
ccGLUseProgram(m_uProgram);
309
}
310
311
const char* CAGLProgram::logForOpenGLObject(GLuint object, GLInfoFunction infoFunc, GLLogFunction logFunc)
312
{
Callers
15
updateUniforms
Method · 0.95
ccDrawPoint
Function · 0.80
ccDrawPoints
Function · 0.80
ccDrawLine
Function · 0.80
ccDrawPoly
Function · 0.80
ccDrawSolidPoly
Function · 0.80
ccDrawCircle
Function · 0.80
ccDrawQuadBezier
Function · 0.80
ccDrawCardinalSpline
Function · 0.80
ccDrawCubicBezier
Function · 0.80
visit
Method · 0.80
scaleToNewImageWithImage
Method · 0.80
Calls
1
ccGLUseProgram
Function · 0.85
Tested by
no test coverage detected