Blender V4.5
blender::compositor::CachedTexture Class Reference

#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

Detailed Description

Definition at line 44 of file COM_cached_texture.hh.

Constructor & Destructor Documentation

◆ CachedTexture()

blender::compositor::CachedTexture::CachedTexture ( Context & context,
Tex * texture,
bool use_color_management,
int2int2 size,
float3float3 offset,
float3float3 scale )

◆ ~CachedTexture()

blender::compositor::CachedTexture::~CachedTexture ( )

Definition at line 111 of file cached_texture.cc.

References color_result, value_result, and ~CachedTexture().

Referenced by ~CachedTexture().

Member Data Documentation

◆ color_result

Result blender::compositor::CachedTexture::color_result

◆ value_result

Result blender::compositor::CachedTexture::value_result

The documentation for this class was generated from the following files: