Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hopson97/HopsonCraft
/ unbind
Method
unbind
Source/Shaders/Shader_Program.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
void Shader_Program::unbind()
22
{
23
glUseProgram(0);
24
}
25
26
void Shader_Program::loadInt(GLuint location, int value)
27
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected