| 186 | } |
| 187 | |
| 188 | OPENPGL_INLINE void Field::Update(const SampleStorage &sampleStorage) |
| 189 | { |
| 190 | OPENPGL_ASSERT(m_fieldHandle); |
| 191 | pglFieldUpdate(m_fieldHandle, sampleStorage.m_sampleStorageHandle); |
| 192 | } |
| 193 | |
| 194 | OPENPGL_INLINE void Field::UpdateSurface(const SampleStorage &sampleStorage) |
| 195 | { |
no outgoing calls
no test coverage detected