| 535 | } |
| 536 | |
| 537 | extern "C" OPENPGL_DLLEXPORT bool pglPathSegmentStorageValidateSegments(PGLPathSegmentStorage pathSegmentStorage) |
| 538 | { |
| 539 | auto *gPathSegmentStorage = (openpgl::PathSegmentDataStorage *)pathSegmentStorage; |
| 540 | return gPathSegmentStorage->validateSegments(); |
| 541 | } |
| 542 | |
| 543 | extern "C" OPENPGL_DLLEXPORT void pglPathSegmentStoragePropagateSamples(PGLPathSegmentStorage pathSegmentStorage, PGLSampleStorage sampleStorage, bool guideDirectLight, |
| 544 | bool useNEEMiWeights, bool rrAffectsDirectContribution) |
no test coverage detected