| 264 | #define OPENPGL_SAMPLE_STORAGE_STRING "OPENPGL_" OPENPGL_VERSION_STRING "_SAMPLE_STORAGE" |
| 265 | |
| 266 | extern "C" OPENPGL_DLLEXPORT PGLSampleStorage pglNewSampleStorage() OPENPGL_CATCH_BEGIN |
| 267 | { |
| 268 | return (PGLSampleStorage)SampleDataStorage::newSampleDataStorage(); |
| 269 | } |
| 270 | OPENPGL_CATCH_END(nullptr) |
| 271 | |
| 272 | extern "C" OPENPGL_DLLEXPORT PGLSampleStorage pglNewSampleStorageFromFile(const char *sampleStorageFileName) OPENPGL_CATCH_BEGIN |
nothing calls this directly
no outgoing calls
no test coverage detected