| 97 | |
| 98 | template<> |
| 99 | Imath::Color3f evalPrimVar<Imath::Color3f>( PrimitiveEvaluator::Result *result, const PrimitiveVariable &primVar ) |
| 100 | { |
| 101 | return result->colorPrimVar( primVar ); |
| 102 | } |
| 103 | |
| 104 | |
| 105 | struct CurvesUniformToVertex |
nothing calls this directly
no test coverage detected