| 415 | } |
| 416 | |
| 417 | extern "C" OPENPGL_DLLEXPORT bool pglSampleStorageCompare(PGLSampleStorage sampleStorageA, PGLSampleStorage sampleStorageB) |
| 418 | { |
| 419 | auto *gSampleStorageA = (openpgl::SampleDataStorage *)sampleStorageA; |
| 420 | auto *gSampleStorageB = (openpgl::SampleDataStorage *)sampleStorageB; |
| 421 | return gSampleStorageA->operator==(*gSampleStorageB); |
| 422 | } |
| 423 | |
| 424 | /////////////////////////////////////////////////////////////////////////////// |
| 425 | // PathSegmentStorage ///////////////////////////////////////////////////////// |