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

Function registerAllImageOps

modules/cpu/fb/registration.cpp:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace ospray {
15
16void registerAllImageOps()
17{
18 ImageOp::registerType<BlurFrameOp>("blur");
19 ImageOp::registerType<DebugFrameOp>("debug");
20 ImageOp::registerType<ToneMapperFrameOp>("tonemapper");
21}
22
23} // namespace ospray

Callers 1

ospray_module_init_cpuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected