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