|
Blender V5.0
|
#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 763 of file gpu_shader_create_info.hh.
|
inline |
Definition at line 768 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 764 of file gpu_shader_create_info.hh.
Referenced by operator==().
| StringRefNull blender::gpu::shader::ShaderCreateInfo::VertIn::name |
Definition at line 766 of file gpu_shader_create_info.hh.
Referenced by operator==().
| Type blender::gpu::shader::ShaderCreateInfo::VertIn::type |
Definition at line 765 of file gpu_shader_create_info.hh.
Referenced by operator==().