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

Function pglReleaseSampleStorage

openpgl/api/api.cpp:279–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277OPENPGL_CATCH_END(nullptr)
278
279extern "C" OPENPGL_DLLEXPORT void pglReleaseSampleStorage(PGLSampleStorage sampleStorage)
280{
281 auto *gSampleStorage = (openpgl::SampleDataStorage *)sampleStorage;
282 delete gSampleStorage;
283}
284
285extern "C" OPENPGL_DLLEXPORT bool pglSampleStorageStoreToFile(PGLSampleStorage sampleStorage, const char *sampleStorageFileName) OPENPGL_CATCH_BEGIN
286{

Callers 1

~SampleStorageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected