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

Method GetSizeSurface

openpgl/include/openpgl/cpp/SampleStorage.h:231–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231OPENPGL_INLINE size_t SampleStorage::GetSizeSurface() const
232{
233 OPENPGL_ASSERT(m_sampleStorageHandle);
234 return pglSampleStorageGetSizeSurface(m_sampleStorageHandle);
235}
236
237OPENPGL_INLINE size_t SampleStorage::GetSizeVolume() const
238{

Callers 3

init_fieldFunction · 0.80
bench_lookup_sampleFunction · 0.80
export_samplesFunction · 0.80

Calls 1

Tested by

no test coverage detected