Blender V4.5
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 530 of file eevee_shader_shared.hh.

Member Data Documentation

◆ color_len

int blender::eevee::AOVsInfoData::color_len

Definition at line 536 of file eevee_shader_shared.hh.

◆ 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 539 of file eevee_shader_shared.hh.

◆ 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 541 of file eevee_shader_shared.hh.

◆ hash_color

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

Definition at line 534 of file eevee_shader_shared.hh.

◆ hash_value

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

Definition at line 533 of file eevee_shader_shared.hh.

◆ value_len

int blender::eevee::AOVsInfoData::value_len

Definition at line 537 of file eevee_shader_shared.hh.


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