| 223 | } |
| 224 | |
| 225 | OPENPGL_INLINE void SampleStorage::ClearVolume() |
| 226 | { |
| 227 | OPENPGL_ASSERT(m_sampleStorageHandle); |
| 228 | pglSampleStorageClearVolume(m_sampleStorageHandle); |
| 229 | } |
| 230 | |
| 231 | OPENPGL_INLINE size_t SampleStorage::GetSizeSurface() const |
| 232 | { |
nothing calls this directly
no test coverage detected