|
Blender V4.5
|
#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 26 of file COM_cached_texture.hh.
Definition at line 35 of file cached_texture.cc.
| uint64_t blender::compositor::CachedTextureKey::hash | ( | ) | const |
Definition at line 40 of file cached_texture.cc.
References blender::get_default_hash(), offset, scale, and size.
| float3 blender::compositor::CachedTextureKey::offset |
Definition at line 29 of file COM_cached_texture.hh.
Referenced by CachedTextureKey(), hash(), and blender::compositor::operator==().
| float3 blender::compositor::CachedTextureKey::scale |
Definition at line 30 of file COM_cached_texture.hh.
Referenced by CachedTextureKey(), hash(), and blender::compositor::operator==().
| int2 blender::compositor::CachedTextureKey::size |
Definition at line 28 of file COM_cached_texture.hh.
Referenced by CachedTextureKey(), hash(), and blender::compositor::operator==().