| 348 | } |
| 349 | |
| 350 | extern "C" OPENPGL_DLLEXPORT void pglSampleStorageClearVolume(PGLSampleStorage sampleStorage) |
| 351 | { |
| 352 | auto *gSampleStorage = (openpgl::SampleDataStorage *)sampleStorage; |
| 353 | gSampleStorage->clearVolume(); |
| 354 | } |
| 355 | |
| 356 | extern "C" OPENPGL_DLLEXPORT size_t pglSampleStorageGetSizeSurface(PGLSampleStorage sampleStorage) |
| 357 | { |
no test coverage detected