|
Blender V4.3
|
#include <COM_cached_texture.hh>
Inherits blender::realtime_compositor::CachedResourceContainer.
Public Member Functions | |
| void | reset () override |
| CachedTexture & | get (Context &context, Tex *texture, bool use_color_management, int2 size, float3 offset, float3 scale) |
Definition at line 68 of file COM_cached_texture.hh.
| CachedTexture & blender::realtime_compositor::CachedTextureContainer::get | ( | Context & | context, |
| Tex * | texture, | ||
| bool | use_color_management, | ||
| int2 | size, | ||
| float3 | offset, | ||
| float3 | scale ) |
Definition at line 150 of file cached_texture.cc.
References ID_RECALC_ALL.
Referenced by blender::nodes::node_composite_texture_cc::TextureOperation::execute().
|
overridevirtual |
Implements blender::realtime_compositor::CachedResourceContainer.
Definition at line 133 of file cached_texture.cc.
Referenced by blender::realtime_compositor::StaticCacheManager::reset().