|
Blender V5.0
|
#include <COM_bokeh_kernel.hh>
Inherits blender::compositor::CachedResource.
Public Member Functions | |
| BokehKernel (Context &context, int2 size, int sides, float rotation, float roundness, float catadioptric, float lens_shift) | |
| ~BokehKernel () | |
Public Attributes | |
| Result | result |
| Public Attributes inherited from blender::compositor::CachedResource | |
| bool | needed = true |
Definition at line 45 of file COM_bokeh_kernel.hh.
| blender::compositor::BokehKernel::BokehKernel | ( | Context & | context, |
| int2 | size, | ||
| int | sides, | ||
| float | rotation, | ||
| float | roundness, | ||
| float | catadioptric, | ||
| float | lens_shift ) |
Definition at line 55 of file bokeh_kernel.cc.
| blender::compositor::BokehKernel::~BokehKernel | ( | ) |
Definition at line 74 of file bokeh_kernel.cc.
References result.
| Result blender::compositor::BokehKernel::result |
Definition at line 47 of file COM_bokeh_kernel.hh.
Referenced by BokehKernel(), and ~BokehKernel().