| 20 | } |
| 21 | |
| 22 | devicert::AsyncEvent LiveColorConversionFrameOp::process() |
| 23 | { |
| 24 | const vec2ui &itemDims = getSh()->super.viewDims; |
| 25 | return device.launchFrameOpKernel( |
| 26 | itemDims, ispc::ColorConversion_kernelLauncher, &getSh()->super); |
| 27 | } |
| 28 | |
| 29 | } // namespace ospray |
nothing calls this directly
no test coverage detected