|
Blender V4.3
|
#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 |
Definition at line 496 of file eevee_shader_shared.hh.
| int blender::eevee::AOVsInfoData::color_len |
Definition at line 502 of file eevee_shader_shared.hh.
Referenced by blender::eevee::Film::get_aov_texture(), and blender::eevee::Film::init().
| 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().
| 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().
Definition at line 500 of file eevee_shader_shared.hh.
Referenced by blender::eevee::Film::get_aov_texture().
Definition at line 499 of file eevee_shader_shared.hh.
Referenced by blender::eevee::Film::get_aov_texture().
| int blender::eevee::AOVsInfoData::value_len |
Definition at line 503 of file eevee_shader_shared.hh.
Referenced by blender::eevee::Film::get_aov_texture(), and blender::eevee::Film::init().