|
Blender V4.5
|
#include <gpu_shader_create_info.hh>
Public Member Functions | |
| bool | operator== (const SubpassIn &b) const |
Public Attributes | |
| int | index |
| Type | type |
| ImageType | img_type |
| StringRefNull | name |
| int | raster_order_group |
Definition at line 737 of file gpu_shader_create_info.hh.
|
inline |
Definition at line 745 of file gpu_shader_create_info.hh.
References b, img_type, index, name, raster_order_group, TEST_EQUAL, and type.
| ImageType blender::gpu::shader::ShaderCreateInfo::SubpassIn::img_type |
Definition at line 740 of file gpu_shader_create_info.hh.
Referenced by operator==(), and blender::gpu::MSLGeneratorInterface::prepare_from_createinfo().
| int blender::gpu::shader::ShaderCreateInfo::SubpassIn::index |
Definition at line 738 of file gpu_shader_create_info.hh.
Referenced by operator==(), and blender::gpu::MSLGeneratorInterface::prepare_from_createinfo().
| StringRefNull blender::gpu::shader::ShaderCreateInfo::SubpassIn::name |
Definition at line 741 of file gpu_shader_create_info.hh.
Referenced by operator==(), and blender::gpu::MSLGeneratorInterface::prepare_from_createinfo().
| int blender::gpu::shader::ShaderCreateInfo::SubpassIn::raster_order_group |
Definition at line 743 of file gpu_shader_create_info.hh.
Referenced by operator==(), and blender::gpu::MSLGeneratorInterface::prepare_from_createinfo().
| Type blender::gpu::shader::ShaderCreateInfo::SubpassIn::type |
Definition at line 739 of file gpu_shader_create_info.hh.
Referenced by operator==(), and blender::gpu::MSLGeneratorInterface::prepare_from_createinfo().