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

Method Clear

openpgl/include/openpgl/cpp/SampleStorage.h:213–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213OPENPGL_INLINE void SampleStorage::Clear()
214{
215 OPENPGL_ASSERT(m_sampleStorageHandle);
216 pglSampleStorageClear(m_sampleStorageHandle);
217}
218
219OPENPGL_INLINE void SampleStorage::ClearSurface()
220{

Callers

nothing calls this directly

Calls 1

pglSampleStorageClearFunction · 0.85

Tested by

no test coverage detected