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

Method IsFloat4

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

Source from the content-addressed store, hash-verified

459 template<> bool VariableImpl<float2>::IsFloat2() const { return true; }
460 template<> bool VariableImpl<float3>::IsFloat3() const { return true; }
461 template<> bool VariableImpl<float4>::IsFloat4() const { return true; }
462 template<> bool VariableImpl<std::string>::IsString() const { return true; }
463
464 template<> bool VariableImpl<bool>::GetBool() const { return GetData(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected