| 118 | } |
| 119 | |
| 120 | OPENPGL_INLINE void SetIsDelta(PathSegment *pathSegment, const bool &isDelta) |
| 121 | { |
| 122 | OPENPGL_ASSERT(pathSegment); |
| 123 | pathSegment->isDelta = isDelta; |
| 124 | } |
| 125 | |
| 126 | OPENPGL_INLINE void SetRoughness(PathSegment *pathSegment, const float &roughness) |
| 127 | { |
nothing calls this directly
no outgoing calls
no test coverage detected