| 523 | } |
| 524 | |
| 525 | extern "C" OPENPGL_DLLEXPORT void pglPathSegmentStorageAddSegment(PGLPathSegmentStorage pathSegmentStorage, PGLPathSegmentData segment) |
| 526 | { |
| 527 | auto *gPathSegmentStorage = (openpgl::PathSegmentDataStorage *)pathSegmentStorage; |
| 528 | gPathSegmentStorage->addSegment(segment); |
| 529 | } |
| 530 | |
| 531 | extern "C" OPENPGL_DLLEXPORT bool pglPathSegmentStorageValidateSamples(PGLPathSegmentStorage pathSegmentStorage) |
| 532 | { |