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