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

#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
 

Detailed Description

Definition at line 19 of file COM_ocio_color_space_conversion_shader.hh.

Constructor & Destructor Documentation

◆ OCIOColorSpaceConversionShaderKey()

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.

Member Function Documentation

◆ hash()

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

Member Data Documentation

◆ config_cache_id

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().

◆ source

std::string blender::realtime_compositor::OCIOColorSpaceConversionShaderKey::source

Definition at line 21 of file COM_ocio_color_space_conversion_shader.hh.

Referenced by hash().

◆ target

std::string blender::realtime_compositor::OCIOColorSpaceConversionShaderKey::target

Definition at line 22 of file COM_ocio_color_space_conversion_shader.hh.


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