| 208 | } |
| 209 | |
| 210 | OPENPGL_INLINE void PathSegmentStorage::AddSample(SampleData sample) |
| 211 | { |
| 212 | OPENPGL_ASSERT(m_pathSegmentStorageHandle); |
| 213 | pglPathSegmentStorageAddSample(m_pathSegmentStorageHandle, sample); |
| 214 | } |
| 215 | |
| 216 | OPENPGL_INLINE PathSegment *PathSegmentStorage::NextSegment() |
| 217 | { |
nothing calls this directly
no test coverage detected