LightBuffers Type
Per-pipeline light accumulator. Created once at construction; cleared and repopulated
each frame (mirrors the canonical raylib LightBuffers double-scan pattern).
Public so custom pipelines and the shadow pass can read the gathered lights.
Record fields
| Record Field |
Description
|
|
Ambient light for the frame (single slot).
|
|
Directional lights accumulated this frame.
|
|
Point lights accumulated this frame.
|
|
Spot lights accumulated this frame.
|
Mibo