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

Method process

modules/cpu/fb/frame_ops/ColorConversion.cpp:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22devicert::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

Callers

nothing calls this directly

Calls 1

launchFrameOpKernelMethod · 0.45

Tested by

no test coverage detected