MCPcopy 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
97void Shader::accept(ObjectVisitor & visitor)
98{
99 visitor.visitShader(this);
100}
101
102GLenum Shader::type() const
103{

Callers

nothing calls this directly

Calls 1

visitShaderMethod · 0.80

Tested by

no test coverage detected