LightBuffers Type
Per-pipeline light accumulator. Created once at construction; cleared and repopulated each frame.
Public so custom pipelines, the shadow pass, and the scene-data contract exposed via SceneContext 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