Blender V5.0
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 831 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 839 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

◆ index

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

◆ name

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

◆ raster_order_group

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

◆ type

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

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