|
Blender V4.5
|
#include <COM_cached_texture.hh>
Inherits blender::compositor::CachedResourceContainer.
Public Member Functions | |
| void | reset () override |
| CachedTexture & | get (Context &context, Tex *texture, bool use_color_management, int2int2 size, float3float3 offset, float3float3 scale) |
Definition at line 66 of file COM_cached_texture.hh.
| CachedTexture & blender::compositor::CachedTextureContainer::get | ( | Context & | context, |
| Tex * | texture, | ||
| bool | use_color_management, | ||
| int2int2 | size, | ||
| float3float3 | offset, | ||
| float3float3 | scale ) |
Definition at line 139 of file cached_texture.cc.
References get(), size(), and texture().
Referenced by blender::nodes::node_composite_texture_cc::TextureOperation::execute(), and get().
|
overridevirtual |
Implements blender::compositor::CachedResourceContainer.
Definition at line 121 of file cached_texture.cc.
References reset().
Referenced by reset().