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

Method hintIncludeImplementation

source/globjects/source/Shader.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40
41void Shader::hintIncludeImplementation(const IncludeImplementation impl)
42{
43 ImplementationRegistry::current().initialize(impl);
44}
45
46std::map<std::string, std::string> Shader::s_globalReplacements;
47

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.45

Tested by

no test coverage detected