Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ isRGB32fSupported
Function
isRGB32fSupported
Source/Falcor/Utils/Image/Bitmap.cpp:98–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
} // namespace
97
98
static bool isRGB32fSupported()
99
{
100
return false; // FIX THIS
101
}
102
103
static void genWarning(const std::string& errMsg, const std::filesystem::path& path)
104
{
Callers
1
createFromFile
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected