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

Method process

modules/cpu/fb/frame_ops/Debug.cpp:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27{}
28
29devicert::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

Callers

nothing calls this directly

Calls 1

launchFrameOpKernelMethod · 0.45

Tested by

no test coverage detected