|
Blender V5.0
|
#include <COM_symmetric_blur_weights.hh>
Inherits blender::compositor::CachedResourceContainer.
Public Member Functions | |
| void | reset () override |
| Result & | get (Context &context, int type, float2 radius) |
Definition at line 54 of file COM_symmetric_blur_weights.hh.
| Result & blender::compositor::SymmetricBlurWeightsContainer::get | ( | Context & | context, |
| int | type, | ||
| float2 | radius ) |
Definition at line 127 of file symmetric_blur_weights.cc.
Referenced by blender::nodes::node_composite_blur_cc::BlurOperation::execute_constant_size_cpu(), and blender::nodes::node_composite_blur_cc::BlurOperation::execute_constant_size_gpu().
|
overridevirtual |
Implements blender::compositor::CachedResourceContainer.
Definition at line 115 of file symmetric_blur_weights.cc.