|
Blender V5.0
|
#include <mtl_texture.hh>
Public Member Functions | |
| bool | operator== (const TextureReadRoutineSpecialisation &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 |
| int | depth_format_mode |
Definition at line 98 of file mtl_texture.hh.
|
inline |
Definition at line 120 of file mtl_texture.hh.
|
inline |
Definition at line 111 of file mtl_texture.hh.
References component_count_input, component_count_output, depth_format_mode, input_data_type, and output_data_type.
| int TextureReadRoutineSpecialisation::component_count_input |
Definition at line 101 of file mtl_texture.hh.
Referenced by operator==().
| int TextureReadRoutineSpecialisation::component_count_output |
Definition at line 102 of file mtl_texture.hh.
Referenced by operator==().
| int TextureReadRoutineSpecialisation::depth_format_mode |
Definition at line 109 of file mtl_texture.hh.
Referenced by operator==().
| std::string TextureReadRoutineSpecialisation::input_data_type |
Definition at line 99 of file mtl_texture.hh.
Referenced by operator==().
| std::string TextureReadRoutineSpecialisation::output_data_type |
Definition at line 100 of file mtl_texture.hh.
Referenced by operator==().