Blender  V3.3
Public Member Functions | Public Attributes | List of all members
blender::gpu::shader::ShaderCreateInfo::VertIn Struct Reference

#include <gpu_shader_create_info.hh>

Public Member Functions

bool operator== (const VertIn &b)
 

Public Attributes

int index
 
Type type
 
StringRefNull name
 

Detailed Description

Definition at line 317 of file gpu_shader_create_info.hh.

Member Function Documentation

◆ operator==()

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

Definition at line 322 of file gpu_shader_create_info.hh.

References usdtokens::b(), index, name, TEST_EQUAL, and type.

Member Data Documentation

◆ index

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

◆ name

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

◆ type

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

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