| 123 | } |
| 124 | |
| 125 | OPENPGL_INLINE void ImageSpaceGuidingBuffer::Store(const std::string &fileName) const |
| 126 | { |
| 127 | OPENPGL_ASSERT(m_imageSpaceGuidingBufferHandle); |
| 128 | pglImageSpaceGuidingBufferStore(m_imageSpaceGuidingBufferHandle, fileName.c_str()); |
| 129 | } |
| 130 | |
| 131 | OPENPGL_INLINE Vector3f ImageSpaceGuidingBuffer::GetPixelContributionEstimate(const Point2i pixel) const |
| 132 | { |
nothing calls this directly
no test coverage detected