MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / removeGlobalDefines

Method removeGlobalDefines

Source/Falcor/Core/Program/ProgramManager.cpp:595–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593}
594
595void ProgramManager::removeGlobalDefines(const DefineList& defineList)
596{
597 mGlobalDefineList.remove(defineList);
598 reloadAllPrograms(true);
599}
600
601void ProgramManager::setGenerateDebugInfoEnabled(bool enabled)
602{

Callers

nothing calls this directly

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected