|
Blender V4.5
|
#include <COM_cached_texture.hh>
Inherits blender::compositor::CachedResource.
Public Member Functions | |
| CachedTexture (Context &context, Tex *texture, bool use_color_management, int2int2 size, float3float3 offset, float3float3 scale) | |
| ~CachedTexture () | |
Public Attributes | |
| Result | color_result |
| Result | value_result |
| Public Attributes inherited from blender::compositor::CachedResource | |
| bool | needed = true |
Definition at line 44 of file COM_cached_texture.hh.
| blender::compositor::CachedTexture::CachedTexture | ( | Context & | context, |
| Tex * | texture, | ||
| bool | use_color_management, | ||
| int2int2 | size, | ||
| float3float3 | offset, | ||
| float3float3 | scale ) |
Definition at line 54 of file cached_texture.cc.
References BKE_image_pool_new(), BKE_texture_fetch_images_for_pool(), color_result, blender::threading::parallel_for(), size(), texture(), and value_result.
| blender::compositor::CachedTexture::~CachedTexture | ( | ) |
Definition at line 111 of file cached_texture.cc.
References color_result, value_result, and ~CachedTexture().
Referenced by ~CachedTexture().
| Result blender::compositor::CachedTexture::color_result |
Definition at line 50 of file COM_cached_texture.hh.
Referenced by CachedTexture(), blender::nodes::node_composite_texture_cc::TextureOperation::execute(), and ~CachedTexture().
| Result blender::compositor::CachedTexture::value_result |
Definition at line 51 of file COM_cached_texture.hh.
Referenced by CachedTexture(), blender::nodes::node_composite_texture_cc::TextureOperation::execute(), and ~CachedTexture().