| 82 | } |
| 83 | |
| 84 | devicert::AsyncEvent LiveToneMapperFrameOp::process() |
| 85 | { |
| 86 | const vec2ui &itemDims = getSh()->super.viewDims; |
| 87 | return device.launchFrameOpKernel( |
| 88 | itemDims, ispc::ToneMapper_kernelLauncher, &getSh()->super); |
| 89 | } |
| 90 | |
| 91 | } // namespace ospray |
nothing calls this directly
no test coverage detected