MCPcopy 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
98static bool isRGB32fSupported()
99{
100 return false; // FIX THIS
101}
102
103static void genWarning(const std::string& errMsg, const std::filesystem::path& path)
104{

Callers 1

createFromFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected