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

Method process

modules/cpu/fb/frame_ops/ToneMapper.cpp:84–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84devicert::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

Callers

nothing calls this directly

Calls 1

launchFrameOpKernelMethod · 0.45

Tested by

no test coverage detected