| 184 | } |
| 185 | |
| 186 | OPENPGL_INLINE void PathSegmentStorage::Clear() |
| 187 | { |
| 188 | OPENPGL_ASSERT(m_pathSegmentStorageHandle); |
| 189 | pglPathSegmentStorageClear(m_pathSegmentStorageHandle); |
| 190 | } |
| 191 | |
| 192 | OPENPGL_INLINE size_t PathSegmentStorage::PrepareSamples(const bool useNEEMiWeights, const bool guideDirectLight, const bool rrAffectsDirectContribution) |
| 193 | { |
nothing calls this directly
no test coverage detected