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

Method ClearVolume

openpgl/include/openpgl/cpp/SampleStorage.h:225–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225OPENPGL_INLINE void SampleStorage::ClearVolume()
226{
227 OPENPGL_ASSERT(m_sampleStorageHandle);
228 pglSampleStorageClearVolume(m_sampleStorageHandle);
229}
230
231OPENPGL_INLINE size_t SampleStorage::GetSizeSurface() const
232{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected