|
Blender V5.0
|
#include <COM_bokeh_kernel.hh>
Inherits blender::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 77 of file COM_bokeh_kernel.hh.
| Result & blender::compositor::BokehKernelContainer::get | ( | Context & | context, |
| int2 | size, | ||
| int | sides, | ||
| float | rotation, | ||
| float | roundness, | ||
| float | catadioptric, | ||
| float | lens_shift ) |
Definition at line 292 of file bokeh_kernel.cc.
References size().
Referenced by blender::nodes::node_composite_bokehimage_cc::BokehImageOperation::execute(), and blender::nodes::node_composite_defocus_cc::DefocusOperation::execute().
|
overridevirtual |
Implements blender::compositor::CachedResourceContainer.
Definition at line 280 of file bokeh_kernel.cc.