|
Blender V5.0
|
#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 831 of file gpu_shader_create_info.hh.
|
inline |
Definition at line 839 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 834 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 832 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 835 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 837 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 833 of file gpu_shader_create_info.hh.
Referenced by operator==(), and blender::gpu::MSLGeneratorInterface::prepare_from_createinfo().