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

Method ClearSurface

openpgl/include/openpgl/cpp/SampleStorage.h:219–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219OPENPGL_INLINE void SampleStorage::ClearSurface()
220{
221 OPENPGL_ASSERT(m_sampleStorageHandle);
222 pglSampleStorageClearSurface(m_sampleStorageHandle);
223}
224
225OPENPGL_INLINE void SampleStorage::ClearVolume()
226{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected