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

Method IsFloat

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

Source from the content-addressed store, hash-verified

456 template<> bool VariableImpl<int2>::IsInt() const { return true; }
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; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected