MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / Reset

Method Reset

openpgl/include/openpgl/cpp/ImageSpaceGuidingBuffer.h:143–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143OPENPGL_INLINE void ImageSpaceGuidingBuffer::Reset()
144{
145 OPENPGL_ASSERT(m_imageSpaceGuidingBufferHandle);
146 pglImageSpaceGuidingBufferReset(m_imageSpaceGuidingBufferHandle);
147}
148
149} // namespace util
150} // namespace cpp

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected