MCPcopy 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
536void Window::setWindowIcon(const std::filesystem::path& path)
537{
538#if FALCOR_WINDOWS
539 Falcor::setWindowIcon(path, mApiHandle);
540#endif
541}
542
543void Window::pollForEvents()
544{

Callers 2

SampleAppMethod · 0.80
internalInitMethod · 0.80

Calls 1

setWindowIconFunction · 0.85

Tested by 1

internalInitMethod · 0.64