MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / string>

Method string>

src/engine/ConsoleObjects.cpp:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 template <> inline VariableType::Type VariableType::IsA<dm::float3>() { return TYPE_FLOAT3; }
66 template <> inline VariableType::Type VariableType::IsA<dm::float4>() { return TYPE_FLOAT4; }
67 template <> inline VariableType::Type VariableType::IsA<std::string>() { return TYPE_STRING; }
68
69 static char const* AsString(VariableType::Type type)
70 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected