| 259 | } |
| 260 | |
| 261 | OPENPGL_INLINE SampleData SampleStorage::GetSampleVolume(const int idx) const |
| 262 | { |
| 263 | OPENPGL_ASSERT(m_sampleStorageHandle); |
| 264 | return pglSampleStorageGetSampleVolume(m_sampleStorageHandle, idx); |
| 265 | } |
| 266 | |
| 267 | OPENPGL_INLINE ZeroValueSampleData SampleStorage::GetZeroValueSampleSurface(const int idx) const |
| 268 | { |