| 141 | } |
| 142 | |
| 143 | OPENPGL_INLINE void ImageSpaceGuidingBuffer::Reset() |
| 144 | { |
| 145 | OPENPGL_ASSERT(m_imageSpaceGuidingBufferHandle); |
| 146 | pglImageSpaceGuidingBufferReset(m_imageSpaceGuidingBufferHandle); |
| 147 | } |
| 148 | |
| 149 | } // namespace util |
| 150 | } // namespace cpp |
nothing calls this directly
no test coverage detected