| 541 | } |
| 542 | |
| 543 | extern "C" OPENPGL_DLLEXPORT void pglPathSegmentStoragePropagateSamples(PGLPathSegmentStorage pathSegmentStorage, PGLSampleStorage sampleStorage, bool guideDirectLight, |
| 544 | bool useNEEMiWeights, bool rrAffectsDirectContribution) |
| 545 | { |
| 546 | auto *gPathSegmentStorage = (openpgl::PathSegmentDataStorage *)pathSegmentStorage; |
| 547 | auto *gSampleStorage = (openpgl::SampleDataStorage *)sampleStorage; |
| 548 | gPathSegmentStorage->propagateSamples(gSampleStorage, guideDirectLight, useNEEMiWeights, rrAffectsDirectContribution); |
| 549 | } |
| 550 | |
| 551 | /////////////////////////////////////////////////////////////////////////////// |
| 552 | // Distribution ///// ///////////////////////////////////////////////////////// |
no test coverage detected