Blender
V3.3
|
#include <gpu_shader_create_info.hh>
Public Member Functions | |
bool | operator== (const VertIn &b) |
Public Attributes | |
int | index |
Type | type |
StringRefNull | name |
Definition at line 317 of file gpu_shader_create_info.hh.
Definition at line 322 of file gpu_shader_create_info.hh.
References usdtokens::b(), index, name, TEST_EQUAL, and type.
int blender::gpu::shader::ShaderCreateInfo::VertIn::index |
Definition at line 318 of file gpu_shader_create_info.hh.
Referenced by blender::gpu::GLShaderInterface::GLShaderInterface(), operator==(), and blender::gpu::GLShader::vertex_interface_declare().
StringRefNull blender::gpu::shader::ShaderCreateInfo::VertIn::name |
Definition at line 320 of file gpu_shader_create_info.hh.
Referenced by eevee_shader_material_create_info_amend(), blender::gpu::GLShaderInterface::GLShaderInterface(), operator==(), and blender::gpu::GLShader::vertex_interface_declare().
Type blender::gpu::shader::ShaderCreateInfo::VertIn::type |
Definition at line 319 of file gpu_shader_create_info.hh.
Referenced by eevee_shader_material_create_info_amend(), operator==(), and blender::gpu::GLShader::vertex_interface_declare().