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

Method float3>

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

Source from the content-addressed store, hash-verified

63 template <> inline VariableType::Type VariableType::IsA<dm::int3>() { return TYPE_INT3; }
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected