| 446 | } |
| 447 | |
| 448 | extern "C" OPENPGL_DLLEXPORT void pglPathSegmentStorageClear(PGLPathSegmentStorage pathSegmentStorage) |
| 449 | { |
| 450 | auto *gPathSegmentStorage = (openpgl::PathSegmentDataStorage *)pathSegmentStorage; |
| 451 | gPathSegmentStorage->clear(); |
| 452 | } |
| 453 | |
| 454 | extern "C" OPENPGL_DLLEXPORT void pglPathSegmentSetMaxDistance(PGLPathSegmentStorage pathSegmentStorage, float maxDistance) |
| 455 | { |