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

Method float4>

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

Source from the content-addressed store, hash-verified

64 template <> inline VariableType::Type VariableType::IsA<dm::float2>() { return TYPE_FLOAT2; }
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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected