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

Method Reserve

openpgl/include/openpgl/cpp/SampleStorage.h:207–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207OPENPGL_INLINE void SampleStorage::Reserve(const size_t &sizeSurface, const size_t &sizeVolume)
208{
209 OPENPGL_ASSERT(m_sampleStorageHandle);
210 pglSampleStorageReserve(m_sampleStorageHandle, sizeSurface, sizeVolume);
211}
212
213OPENPGL_INLINE void SampleStorage::Clear()
214{

Callers

nothing calls this directly

Calls 1

pglSampleStorageReserveFunction · 0.85

Tested by

no test coverage detected