| 192 | } |
| 193 | |
| 194 | OPENPGL_INLINE void Field::UpdateSurface(const SampleStorage &sampleStorage) |
| 195 | { |
| 196 | OPENPGL_ASSERT(m_fieldHandle); |
| 197 | pglFieldUpdateSurface(m_fieldHandle, sampleStorage.m_sampleStorageHandle); |
| 198 | } |
| 199 | |
| 200 | OPENPGL_INLINE void Field::UpdateVolume(const SampleStorage &sampleStorage) |
| 201 | { |
nothing calls this directly
no test coverage detected