| 112 | } |
| 113 | |
| 114 | OPENPGL_INLINE void SetEta(PathSegment *pathSegment, const float &eta) |
| 115 | { |
| 116 | OPENPGL_ASSERT(pathSegment); |
| 117 | pathSegment->eta = eta; |
| 118 | } |
| 119 | |
| 120 | OPENPGL_INLINE void SetIsDelta(PathSegment *pathSegment, const bool &isDelta) |
| 121 | { |
nothing calls this directly
no outgoing calls
no test coverage detected