|
Blender V4.3
|
#include <COM_cached_texture.hh>
Public Member Functions | |
| CachedTextureKey (int2 size, float3 offset, float3 scale) | |
| uint64_t | hash () const |
Public Attributes | |
| int2 | size |
| float3 | offset |
| float3 | scale |
Definition at line 27 of file COM_cached_texture.hh.
| blender::realtime_compositor::CachedTextureKey::CachedTextureKey | ( | int2 | size, |
| float3 | offset, | ||
| float3 | scale ) |
Definition at line 36 of file cached_texture.cc.
| uint64_t blender::realtime_compositor::CachedTextureKey::hash | ( | ) | const |
Definition at line 41 of file cached_texture.cc.
References blender::get_default_hash().
| float3 blender::realtime_compositor::CachedTextureKey::offset |
Definition at line 30 of file COM_cached_texture.hh.
| float3 blender::realtime_compositor::CachedTextureKey::scale |
Definition at line 31 of file COM_cached_texture.hh.
| int2 blender::realtime_compositor::CachedTextureKey::size |
Definition at line 29 of file COM_cached_texture.hh.