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

Method IsFloat2

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

Source from the content-addressed store, hash-verified

457 template<> bool VariableImpl<int3>::IsInt() const { return true; }
458 template<> bool VariableImpl<float>::IsFloat() const { return true; }
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; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected