| 529 | } |
| 530 | |
| 531 | extern "C" OPENPGL_DLLEXPORT bool pglPathSegmentStorageValidateSamples(PGLPathSegmentStorage pathSegmentStorage) |
| 532 | { |
| 533 | auto *gPathSegmentStorage = (openpgl::PathSegmentDataStorage *)pathSegmentStorage; |
| 534 | return gPathSegmentStorage->validateSamples(); |
| 535 | } |
| 536 | |
| 537 | extern "C" OPENPGL_DLLEXPORT bool pglPathSegmentStorageValidateSegments(PGLPathSegmentStorage pathSegmentStorage) |
| 538 | { |
no test coverage detected