Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PacktPublishing/3D-Graphics-Rendering-Cookbook
/ useProgram
Method
useProgram
shared/glFramework/GLShader.cpp:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
void GLProgram::useProgram() const
94
{
95
glUseProgram(handle_);
96
}
97
98
GLenum GLShaderTypeFromFileName(const char* fileName)
99
{
Callers
15
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
render
Method · 0.80
flush
Method · 0.80
draw
Method · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected