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

Function pglSampleStorageGetSizeSurface

openpgl/api/api.cpp:356–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356extern "C" OPENPGL_DLLEXPORT size_t pglSampleStorageGetSizeSurface(PGLSampleStorage sampleStorage)
357{
358 auto *gSampleStorage = (openpgl::SampleDataStorage *)sampleStorage;
359 return gSampleStorage->sizeSurface();
360}
361
362extern "C" OPENPGL_DLLEXPORT size_t pglSampleStorageGetSizeVolume(PGLSampleStorage sampleStorage)
363{

Callers 1

GetSizeSurfaceMethod · 0.85

Calls 1

sizeSurfaceMethod · 0.80

Tested by

no test coverage detected