Blender V4.3
blender::gpu::shader::ShaderCreateInfo::FragOut Struct Reference

#include <gpu_shader_create_info.hh>

Public Member Functions

bool operator== (const FragOut &b) const
 

Public Attributes

int index
 
Type type
 
DualBlend blend
 
StringRefNull name
 
int raster_order_group
 

Detailed Description

Definition at line 455 of file gpu_shader_create_info.hh.

Member Function Documentation

◆ operator==()

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

Definition at line 463 of file gpu_shader_create_info.hh.

References b, blend, raster_order_group, and TEST_EQUAL.

Member Data Documentation

◆ blend

DualBlend blender::gpu::shader::ShaderCreateInfo::FragOut::blend

Definition at line 458 of file gpu_shader_create_info.hh.

Referenced by operator==().

◆ index

int blender::gpu::shader::ShaderCreateInfo::FragOut::index

Definition at line 456 of file gpu_shader_create_info.hh.

◆ name

StringRefNull blender::gpu::shader::ShaderCreateInfo::FragOut::name

Definition at line 459 of file gpu_shader_create_info.hh.

◆ raster_order_group

int blender::gpu::shader::ShaderCreateInfo::FragOut::raster_order_group

Definition at line 461 of file gpu_shader_create_info.hh.

Referenced by operator==().

◆ type

Type blender::gpu::shader::ShaderCreateInfo::FragOut::type

Definition at line 457 of file gpu_shader_create_info.hh.


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