Blender V4.5
blender::gpu::shader::ShaderCreateInfo::SubpassIn Struct Reference

#include <gpu_shader_create_info.hh>

Public Member Functions

bool operator== (const SubpassIn &b) const
 

Public Attributes

int index
 
Type type
 
ImageType img_type
 
StringRefNull name
 
int raster_order_group
 

Detailed Description

Definition at line 737 of file gpu_shader_create_info.hh.

Member Function Documentation

◆ operator==()

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

Definition at line 745 of file gpu_shader_create_info.hh.

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

Member Data Documentation

◆ img_type

ImageType blender::gpu::shader::ShaderCreateInfo::SubpassIn::img_type

Definition at line 740 of file gpu_shader_create_info.hh.

Referenced by operator==().

◆ index

int blender::gpu::shader::ShaderCreateInfo::SubpassIn::index

Definition at line 738 of file gpu_shader_create_info.hh.

Referenced by operator==().

◆ name

StringRefNull blender::gpu::shader::ShaderCreateInfo::SubpassIn::name

Definition at line 741 of file gpu_shader_create_info.hh.

Referenced by operator==().

◆ raster_order_group

int blender::gpu::shader::ShaderCreateInfo::SubpassIn::raster_order_group

Definition at line 743 of file gpu_shader_create_info.hh.

Referenced by operator==().

◆ type

Type blender::gpu::shader::ShaderCreateInfo::SubpassIn::type

Definition at line 739 of file gpu_shader_create_info.hh.

Referenced by operator==().


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