MCPcopy Create free account
hub / github.com/cginternals/globjects / AbstractUniform

Method AbstractUniform

source/globjects/source/AbstractUniform.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35
36AbstractUniform::AbstractUniform(const GLint location)
37: m_identity(location)
38{
39}
40
41AbstractUniform::AbstractUniform(const std::string & name)
42: m_identity(name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected