Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/SPlisHSPlasH
/ end
Method
end
GUI/OpenGL/Shader.cpp:102–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
void Shader::end()
103
{
104
if (m_initialized)
105
glUseProgram(0);
106
}
107
108
void Shader::addAttribute(const std::string &attribute)
109
{
Callers
15
hasSameParticleSampling
Method · 0.45
addField
Method · 0.45
removeFieldByName
Method · 0.45
readScene
Method · 0.45
readMaterialParameterObject
Method · 0.45
readParameterObject
Method · 0.45
readTimeStepParameterObject
Method · 0.45
readValue
Method · 0.45
hasValue
Method · 0.45
readVector
Method · 0.45
sampleMesh
Method · 0.45
_init
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected