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

#include <gpu_shader_create_info.hh>

Public Member Functions

bool operator== (const FragOut &b)
 

Public Attributes

int index
 
Type type
 
DualBlend blend
 
StringRefNull name
 

Detailed Description

Definition at line 365 of file gpu_shader_create_info.hh.

Member Function Documentation

◆ operator==()

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

Definition at line 371 of file gpu_shader_create_info.hh.

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

Member Data Documentation

◆ blend

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

Definition at line 368 of file gpu_shader_create_info.hh.

Referenced by operator==().

◆ index

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

Definition at line 366 of file gpu_shader_create_info.hh.

Referenced by operator==().

◆ name

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

Definition at line 369 of file gpu_shader_create_info.hh.

Referenced by operator==().

◆ type

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

Definition at line 367 of file gpu_shader_create_info.hh.

Referenced by operator==().


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