| 184 | } |
| 185 | |
| 186 | void GLFWDistribOSPRayWindow::resetAccumulation() |
| 187 | { |
| 188 | framebuffer.resetAccumulation(); |
| 189 | } |
| 190 | |
| 191 | void GLFWDistribOSPRayWindow::registerDisplayCallback( |
| 192 | std::function<void(GLFWDistribOSPRayWindow *)> callback) |
no outgoing calls