| 198 | } |
| 199 | |
| 200 | OPENPGL_INLINE void Field::UpdateVolume(const SampleStorage &sampleStorage) |
| 201 | { |
| 202 | OPENPGL_ASSERT(m_fieldHandle); |
| 203 | pglFieldUpdateVolume(m_fieldHandle, sampleStorage.m_sampleStorageHandle); |
| 204 | } |
| 205 | |
| 206 | OPENPGL_INLINE void Field::Reset() |
| 207 | { |
nothing calls this directly
no test coverage detected