|
Blender
V3.3
|
#include <mtl_texture.hh>
Public Member Functions | |
| bool | operator== (const TextureUpdateRoutineSpecialisation &other) const |
| uint64_t | hash () const |
Public Attributes | |
| std::string | input_data_type |
| std::string | output_data_type |
| int | component_count_input |
| int | component_count_output |
Definition at line 29 of file mtl_texture.hh.
|
inline |
Definition at line 51 of file mtl_texture.hh.
References std::to_string().
|
inline |
Definition at line 43 of file mtl_texture.hh.
References component_count_input, component_count_output, input_data_type, and output_data_type.
| int TextureUpdateRoutineSpecialisation::component_count_input |
Definition at line 38 of file mtl_texture.hh.
Referenced by operator==().
| int TextureUpdateRoutineSpecialisation::component_count_output |
Definition at line 41 of file mtl_texture.hh.
Referenced by operator==().
| std::string TextureUpdateRoutineSpecialisation::input_data_type |
Definition at line 32 of file mtl_texture.hh.
Referenced by operator==().
| std::string TextureUpdateRoutineSpecialisation::output_data_type |
Definition at line 35 of file mtl_texture.hh.
Referenced by operator==().