| 64 | template <> inline VariableType::Type VariableType::IsA<dm::float2>() { return TYPE_FLOAT2; } |
| 65 | template <> inline VariableType::Type VariableType::IsA<dm::float3>() { return TYPE_FLOAT3; } |
| 66 | template <> inline VariableType::Type VariableType::IsA<dm::float4>() { return TYPE_FLOAT4; } |
| 67 | template <> inline VariableType::Type VariableType::IsA<std::string>() { return TYPE_STRING; } |
| 68 | |
| 69 | static char const* AsString(VariableType::Type type) |
nothing calls this directly
no outgoing calls
no test coverage detected