Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
595
void ProgramManager::removeGlobalDefines(const DefineList& defineList)
596
{
597
mGlobalDefineList.remove(defineList);
598
reloadAllPrograms(true);
599
}
600
601
void ProgramManager::setGenerateDebugInfoEnabled(bool enabled)
602
{
Callers
nothing calls this directly
Calls
1
remove
Method · 0.80
Tested by
no test coverage detected