Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/MNN
/ useProgram
Method
useProgram
source/backend/opengl/GLProgram.cpp:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
void GLProgram::useProgram() {
53
glUseProgram(mProgramId);
54
OPENGL_CHECK_ERROR;
55
}
56
57
GLProgram::GLProgram(const std::string& computeShader) {
58
/*Create Shader*/
Callers
15
onExecute
Method · 0.45
onExecute
Method · 0.45
onExecute
Method · 0.45
onExecute
Method · 0.45
onExecute
Method · 0.45
GLConvolutionIm2col
Method · 0.45
onResize
Method · 0.45
onExecute
Method · 0.45
onExecute
Method · 0.45
onExecute
Method · 0.45
onExecute
Method · 0.45
onExecute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected