Blender V4.3
blender::eevee::AOVsInfoData Struct Reference

#include <eevee_shader_shared.hh>

Inherited by blender::draw::StorageBuffer< AOVsInfoData >.

Public Attributes

uint4 hash_value [AOV_MAX]
 
uint4 hash_color [AOV_MAX]
 
int color_len
 
int value_len
 
int display_id
 
bool32_t display_is_value
 

Detailed Description

Definition at line 496 of file eevee_shader_shared.hh.

Member Data Documentation

◆ color_len

int blender::eevee::AOVsInfoData::color_len

◆ display_id

int blender::eevee::AOVsInfoData::display_id

Id of the AOV to be displayed (from the start of the AOV array). -1 for combined.

Definition at line 505 of file eevee_shader_shared.hh.

Referenced by blender::eevee::Film::init().

◆ display_is_value

bool32_t blender::eevee::AOVsInfoData::display_is_value

True if the AOV to be displayed is from the value accumulation buffer.

Definition at line 507 of file eevee_shader_shared.hh.

Referenced by blender::eevee::Film::init().

◆ hash_color

uint4 blender::eevee::AOVsInfoData::hash_color[AOV_MAX]

Definition at line 500 of file eevee_shader_shared.hh.

Referenced by blender::eevee::Film::get_aov_texture().

◆ hash_value

uint4 blender::eevee::AOVsInfoData::hash_value[AOV_MAX]

Definition at line 499 of file eevee_shader_shared.hh.

Referenced by blender::eevee::Film::get_aov_texture().

◆ value_len

int blender::eevee::AOVsInfoData::value_len

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