| 283 | } |
| 284 | |
| 285 | OPENPGL_INLINE void SampleStorage::Merge(const SampleStorage &sampleStorage) |
| 286 | { |
| 287 | OPENPGL_ASSERT(m_sampleStorageHandle); |
| 288 | pglSampleStorageMerge(m_sampleStorageHandle, sampleStorage.m_sampleStorageHandle); |
| 289 | } |
| 290 | |
| 291 | OPENPGL_INLINE bool SampleStorage::operator==(const SampleStorage &b) const |
| 292 | { |
no test coverage detected