Blender V4.3
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 407 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 412 of file gpu_shader_create_info.hh.

References b, and TEST_EQUAL.

Member Data Documentation

◆ index

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

Definition at line 408 of file gpu_shader_create_info.hh.

◆ name

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

Definition at line 410 of file gpu_shader_create_info.hh.

◆ type

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

Definition at line 409 of file gpu_shader_create_info.hh.


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