| 440 | OPENPGL_CATCH_END_VOID |
| 441 | |
| 442 | extern "C" OPENPGL_DLLEXPORT void pglPathSegmentStorageReserve(PGLPathSegmentStorage pathSegmentStorage, size_t size) |
| 443 | { |
| 444 | auto *gPathSegmentStorage = (openpgl::PathSegmentDataStorage *)pathSegmentStorage; |
| 445 | gPathSegmentStorage->reserve(size); |
| 446 | } |
| 447 | |
| 448 | extern "C" OPENPGL_DLLEXPORT void pglPathSegmentStorageClear(PGLPathSegmentStorage pathSegmentStorage) |
| 449 | { |