Blender V5.0
blender::eevee::SurfelListInfoData Struct Reference

#include <eevee_lightprobe_shared.hh>

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

Public Attributes

int2 ray_grid_size
int list_max
int list_prefix_sum

Detailed Description

Definition at line 280 of file eevee_lightprobe_shared.hh.

Member Data Documentation

◆ list_max

int blender::eevee::SurfelListInfoData::list_max

Maximum number of list. Is equal to ray_grid_size.x * ray_grid_size.y.

Definition at line 284 of file eevee_lightprobe_shared.hh.

Referenced by blender::draw::test_eevee_surfel_list().

◆ list_prefix_sum

int blender::eevee::SurfelListInfoData::list_prefix_sum

Definition at line 286 of file eevee_lightprobe_shared.hh.

◆ ray_grid_size

int2 blender::eevee::SurfelListInfoData::ray_grid_size

Size of the grid used to project the surfels into linked lists.

Definition at line 282 of file eevee_lightprobe_shared.hh.

Referenced by blender::draw::test_eevee_surfel_list().


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