|
Blender V4.3
|
#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 407 of file gpu_shader_create_info.hh.
|
inline |
Definition at line 412 of file gpu_shader_create_info.hh.
References b, and TEST_EQUAL.
| int blender::gpu::shader::ShaderCreateInfo::VertIn::index |
Definition at line 408 of file gpu_shader_create_info.hh.
| StringRefNull blender::gpu::shader::ShaderCreateInfo::VertIn::name |
Definition at line 410 of file gpu_shader_create_info.hh.
| Type blender::gpu::shader::ShaderCreateInfo::VertIn::type |
Definition at line 409 of file gpu_shader_create_info.hh.