Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ setWindowIcon
Method
setWindowIcon
Source/Falcor/Core/Window.cpp:536–541 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
534
}
535
536
void Window::setWindowIcon(const std::filesystem::path& path)
537
{
538
#if FALCOR_WINDOWS
539
Falcor::setWindowIcon(path, mApiHandle);
540
#endif
541
}
542
543
void Window::pollForEvents()
544
{
Callers
2
SampleApp
Method · 0.80
internalInit
Method · 0.80
Calls
1
setWindowIcon
Function · 0.85
Tested by
1
internalInit
Method · 0.64