|
Blender V4.5
|
#include <gpu_shader_create_info.hh>
Public Member Functions | |
| bool | operator== (const VertIn &b) const |
Public Attributes | |
| int | index |
| Type | type |
| StringRefNull | name |
Definition at line 669 of file gpu_shader_create_info.hh.
|
inline |
Definition at line 674 of file gpu_shader_create_info.hh.
References b, index, name, TEST_EQUAL, and type.
| int blender::gpu::shader::ShaderCreateInfo::VertIn::index |
Definition at line 670 of file gpu_shader_create_info.hh.
Referenced by operator==().
| StringRefNull blender::gpu::shader::ShaderCreateInfo::VertIn::name |
Definition at line 672 of file gpu_shader_create_info.hh.
Referenced by operator==().
| Type blender::gpu::shader::ShaderCreateInfo::VertIn::type |
Definition at line 671 of file gpu_shader_create_info.hh.
Referenced by operator==().