MCPcopy Create free account
hub / github.com/RenderKit/ospray / cancelFrame

Method cancelFrame

modules/cpu/fb/FrameBuffer.cpp:177–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177void FrameBuffer::cancelFrame()
178{
179 cancelRender = true;
180 // TODO: Cancellation isn't supported on the GPU
181#ifndef OSPRAY_TARGET_SYCL
182 getSh()->cancelRender = 1;
183#endif
184}
185
186bool FrameBuffer::frameCancelled() const
187{

Callers 1

cancelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected