| 27 | {} |
| 28 | |
| 29 | devicert::AsyncEvent LiveDebugFrameOp::process() |
| 30 | { |
| 31 | const vec2ui &itemDims = getSh()->viewDims; |
| 32 | return device.launchFrameOpKernel( |
| 33 | itemDims, ispc::Debug_kernelLauncher, getSh()); |
| 34 | } |
| 35 | |
| 36 | } // namespace ospray |
nothing calls this directly
no test coverage detected