| 277 | } |
| 278 | |
| 279 | OPENPGL_INLINE bool SampleStorage::Validate() const |
| 280 | { |
| 281 | OPENPGL_ASSERT(m_sampleStorageHandle); |
| 282 | return pglSampleStorageValidate(m_sampleStorageHandle); |
| 283 | } |
| 284 | |
| 285 | OPENPGL_INLINE void SampleStorage::Merge(const SampleStorage &sampleStorage) |
| 286 | { |
nothing calls this directly
no test coverage detected