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

Function printMatrix

Source/Falcor/Scene/SceneBuilderDump.cpp:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39namespace
40{
41std::string printMatrix(const float4x4& m)
42{
43 if (m == float4x4::identity())
44 return "identity";
45 return fmt::format("{}", m);
46}
47
48std::string printNodeID(NodeID id)
49{

Callers 1

getDebugContentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected