| 211 | } |
| 212 | |
| 213 | OPENPGL_INLINE void SampleStorage::Clear() |
| 214 | { |
| 215 | OPENPGL_ASSERT(m_sampleStorageHandle); |
| 216 | pglSampleStorageClear(m_sampleStorageHandle); |
| 217 | } |
| 218 | |
| 219 | OPENPGL_INLINE void SampleStorage::ClearSurface() |
| 220 | { |
nothing calls this directly
no test coverage detected