Cleanup: EEVEE-Next: Add precision to comment

This commit is contained in:
Clément Foucault
2022-10-12 17:32:20 +02:00
parent 0610fc38b9
commit d586f8962d
@@ -560,7 +560,7 @@ struct LightCullingData {
uint local_lights_len;
/** Items that are **NOT** processed by the 2.5D culling (i.e: Sun Lights). */
uint sun_lights_len;
/** Number of items that passes the first culling test. */
/** Number of items that passes the first culling test. (local lights only) */
uint visible_count;
/** Extent of one square tile in pixels. */
float tile_size;