Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
namespace
40
{
41
std::string printMatrix(const float4x4& m)
42
{
43
if (m == float4x4::identity())
44
return
"identity"
;
45
return fmt::format(
"{}"
, m);
46
}
47
48
std::string printNodeID(NodeID id)
49
{
Callers
1
getDebugContent
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected