|
Blender V4.5
|
#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 530 of file eevee_shader_shared.hh.
| int blender::eevee::AOVsInfoData::color_len |
Definition at line 536 of file eevee_shader_shared.hh.
| 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 539 of file eevee_shader_shared.hh.
| bool32_t blender::eevee::AOVsInfoData::display_is_value |
True if the AOV to be displayed is from the value accumulation buffer.
Definition at line 541 of file eevee_shader_shared.hh.
Definition at line 534 of file eevee_shader_shared.hh.
Definition at line 533 of file eevee_shader_shared.hh.
| int blender::eevee::AOVsInfoData::value_len |
Definition at line 537 of file eevee_shader_shared.hh.