|
Blender V4.3
|
#include <COM_ocio_color_space_conversion_shader.hh>
Public Member Functions | |
| OCIOColorSpaceConversionShaderKey (const std::string &source, const std::string &target, const std::string &config_cache_id) | |
| uint64_t | hash () const |
Public Attributes | |
| std::string | source |
| std::string | target |
| std::string | config_cache_id |
Definition at line 19 of file COM_ocio_color_space_conversion_shader.hh.
| blender::realtime_compositor::OCIOColorSpaceConversionShaderKey::OCIOColorSpaceConversionShaderKey | ( | const std::string & | source, |
| const std::string & | target, | ||
| const std::string & | config_cache_id ) |
Definition at line 37 of file ocio_color_space_conversion_shader.cc.
| uint64_t blender::realtime_compositor::OCIOColorSpaceConversionShaderKey::hash | ( | ) | const |
Definition at line 43 of file ocio_color_space_conversion_shader.cc.
References config_cache_id, blender::get_default_hash(), and source.
| std::string blender::realtime_compositor::OCIOColorSpaceConversionShaderKey::config_cache_id |
Definition at line 23 of file COM_ocio_color_space_conversion_shader.hh.
Referenced by hash().
| std::string blender::realtime_compositor::OCIOColorSpaceConversionShaderKey::source |
Definition at line 21 of file COM_ocio_color_space_conversion_shader.hh.
Referenced by hash().
| std::string blender::realtime_compositor::OCIOColorSpaceConversionShaderKey::target |
Definition at line 22 of file COM_ocio_color_space_conversion_shader.hh.