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

Method IsInt

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

Source from the content-addressed store, hash-verified

453
454 template<> bool VariableImpl<bool>::IsBool() const { return true; }
455 template<> bool VariableImpl<int>::IsInt() const { return true; }
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; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected