|
Blender V4.3
|
#include <COM_bokeh_kernel.hh>
Inherits blender::realtime_compositor::CachedResourceContainer.
Public Member Functions | |
| void | reset () override |
| Result & | get (Context &context, int2 size, int sides, float rotation, float roundness, float catadioptric, float lens_shift) |
Definition at line 67 of file COM_bokeh_kernel.hh.
| Result & blender::realtime_compositor::BokehKernelContainer::get | ( | Context & | context, |
| int2 | size, | ||
| int | sides, | ||
| float | rotation, | ||
| float | roundness, | ||
| float | catadioptric, | ||
| float | lens_shift ) |
Definition at line 117 of file bokeh_kernel.cc.
Referenced by blender::nodes::node_composite_bokehimage_cc::BokehImageOperation::execute(), and blender::nodes::node_composite_defocus_cc::DefocusOperation::execute().
|
overridevirtual |
Implements blender::realtime_compositor::CachedResourceContainer.
Definition at line 105 of file bokeh_kernel.cc.
Referenced by blender::realtime_compositor::StaticCacheManager::reset().