Improve pipeline Light input
- Removed lights from
RenderScene
, replaced by a gather callback - Removed
SharedLight
- Moved light bounding sphere calculation to the GPU, reducing packed light size to 3
vec4
s - Updated pipeline guide
RenderScene
, replaced by a gather callbackSharedLight
vec4
s