Blender V5.0
blender::gpu::shader::ShaderCreateInfo::VertIn Struct Reference

#include <gpu_shader_create_info.hh>

Public Member Functions

bool operator== (const VertIn &b) const

Public Attributes

int index
Type type
StringRefNull name

Detailed Description

Definition at line 763 of file gpu_shader_create_info.hh.

Member Function Documentation

◆ operator==()

bool blender::gpu::shader::ShaderCreateInfo::VertIn::operator== ( const VertIn & b) const
inline

Definition at line 768 of file gpu_shader_create_info.hh.

References b, index, name, TEST_EQUAL, and type.

Member Data Documentation

◆ index

int blender::gpu::shader::ShaderCreateInfo::VertIn::index

Definition at line 764 of file gpu_shader_create_info.hh.

Referenced by operator==().

◆ name

StringRefNull blender::gpu::shader::ShaderCreateInfo::VertIn::name

Definition at line 766 of file gpu_shader_create_info.hh.

Referenced by operator==().

◆ type

Type blender::gpu::shader::ShaderCreateInfo::VertIn::type

Definition at line 765 of file gpu_shader_create_info.hh.

Referenced by operator==().


The documentation for this struct was generated from the following file: