| 220 | } |
| 221 | |
| 222 | OPENPGL_INLINE void PathSegmentStorage::AddSegment(const PathSegment &segment) |
| 223 | { |
| 224 | OPENPGL_ASSERT(m_pathSegmentStorageHandle); |
| 225 | pglPathSegmentStorageAddSegment(m_pathSegmentStorageHandle, segment); |
| 226 | } |
| 227 | |
| 228 | OPENPGL_INLINE void PathSegmentStorage::SetMaxDistance(const float maxDistance) |
| 229 | { |
nothing calls this directly
no test coverage detected