| 217 | } |
| 218 | |
| 219 | OPENPGL_INLINE void SampleStorage::ClearSurface() |
| 220 | { |
| 221 | OPENPGL_ASSERT(m_sampleStorageHandle); |
| 222 | pglSampleStorageClearSurface(m_sampleStorageHandle); |
| 223 | } |
| 224 | |
| 225 | OPENPGL_INLINE void SampleStorage::ClearVolume() |
| 226 | { |
nothing calls this directly
no test coverage detected