Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ accept
Method
accept
source/globjects/source/Shader.cpp:97–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
void Shader::accept(ObjectVisitor & visitor)
98
{
99
visitor.visitShader(this);
100
}
101
102
GLenum Shader::type() const
103
{
Callers
nothing calls this directly
Calls
1
visitShader
Method · 0.80
Tested by
no test coverage detected