MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / genWarning

Function genWarning

Source/Falcor/Utils/Image/Bitmap.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103static void genWarning(const std::string& errMsg, const std::filesystem::path& path)
104{
105 logWarning("Error when loading image file from '{}': {}", path, errMsg);
106}
107
108static bool isConvertibleToRGBA32Float(ResourceFormat format)
109{

Callers 1

createFromFileMethod · 0.85

Calls 1

logWarningFunction · 0.50

Tested by

no test coverage detected