|
Blender V4.3
|
#include <COM_symmetric_blur_weights.hh>
Public Member Functions | |
| SymmetricBlurWeightsKey (int type, float2 radius) | |
| uint64_t | hash () const |
Public Attributes | |
| int | type |
| float2 | radius |
Definition at line 25 of file COM_symmetric_blur_weights.hh.
| blender::realtime_compositor::SymmetricBlurWeightsKey::SymmetricBlurWeightsKey | ( | int | type, |
| float2 | radius ) |
Definition at line 29 of file symmetric_blur_weights.cc.
| uint64_t blender::realtime_compositor::SymmetricBlurWeightsKey::hash | ( | ) | const |
Definition at line 34 of file symmetric_blur_weights.cc.
References blender::get_default_hash().
| float2 blender::realtime_compositor::SymmetricBlurWeightsKey::radius |
Definition at line 28 of file COM_symmetric_blur_weights.hh.
| int blender::realtime_compositor::SymmetricBlurWeightsKey::type |
Definition at line 27 of file COM_symmetric_blur_weights.hh.