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

Method Clear

openpgl/include/openpgl/cpp/PathSegmentStorage.h:186–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186OPENPGL_INLINE void PathSegmentStorage::Clear()
187{
188 OPENPGL_ASSERT(m_pathSegmentStorageHandle);
189 pglPathSegmentStorageClear(m_pathSegmentStorageHandle);
190}
191
192OPENPGL_INLINE size_t PathSegmentStorage::PrepareSamples(const bool useNEEMiWeights, const bool guideDirectLight, const bool rrAffectsDirectContribution)
193{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected