| 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; } |
nothing calls this directly
no outgoing calls
no test coverage detected