Blender V4.3
blender::realtime_compositor::CachedTextureKey Class Reference

#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
 

Detailed Description

Definition at line 27 of file COM_cached_texture.hh.

Constructor & Destructor Documentation

◆ CachedTextureKey()

blender::realtime_compositor::CachedTextureKey::CachedTextureKey ( int2 size,
float3 offset,
float3 scale )

Definition at line 36 of file cached_texture.cc.

Member Function Documentation

◆ hash()

uint64_t blender::realtime_compositor::CachedTextureKey::hash ( ) const

Definition at line 41 of file cached_texture.cc.

References blender::get_default_hash().

Member Data Documentation

◆ offset

float3 blender::realtime_compositor::CachedTextureKey::offset

Definition at line 30 of file COM_cached_texture.hh.

◆ scale

float3 blender::realtime_compositor::CachedTextureKey::scale

Definition at line 31 of file COM_cached_texture.hh.

◆ size

int2 blender::realtime_compositor::CachedTextureKey::size

Definition at line 29 of file COM_cached_texture.hh.


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