MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / pglPathSegmentStorageValidateSegments

Function pglPathSegmentStorageValidateSegments

openpgl/api/api.cpp:537–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

ValidateSegmentsMethod · 0.85

Calls 1

validateSegmentsMethod · 0.80

Tested by

no test coverage detected