|
Blender V4.5
|
#include <eevee_shader_shared.hh>
Inherited by blender::draw::StorageBuffer< SurfelListInfoData >.
Public Attributes | |
| int2int2 | ray_grid_size |
| int | list_max |
| int | _pad0 |
Definition at line 1833 of file eevee_shader_shared.hh.
| int blender::eevee::SurfelListInfoData::_pad0 |
Definition at line 1839 of file eevee_shader_shared.hh.
| int blender::eevee::SurfelListInfoData::list_max |
Maximum number of list. Is equal to ray_grid_size.x * ray_grid_size.y.
Definition at line 1837 of file eevee_shader_shared.hh.
Referenced by blender::draw::test_eevee_surfel_list().
Size of the grid used to project the surfels into linked lists.
Definition at line 1835 of file eevee_shader_shared.hh.
Referenced by blender::draw::test_eevee_surfel_list().