| 511 | } |
| 512 | |
| 513 | extern "C" OPENPGL_DLLEXPORT void pglPathSegmentStorageAddSample(PGLPathSegmentStorage pathSegmentStorage, PGLSampleData sample) |
| 514 | { |
| 515 | auto *gPathSegmentStorage = (openpgl::PathSegmentDataStorage *)pathSegmentStorage; |
| 516 | gPathSegmentStorage->addSample(sample); |
| 517 | } |
| 518 | |
| 519 | extern "C" OPENPGL_DLLEXPORT PGLPathSegmentData *pglPathSegmentStorageNextSegment(PGLPathSegmentStorage pathSegmentStorage) |
| 520 | { |