virtualx-engine/servers/rendering/renderer_rd/forward_mobile
Clay 623a050269 Ensure that only visible paired lights are used
This is a longstanding issue in both the Mobile and GL Compatibility renderer.

Meshes pair with all lights that touch them, and then at draw time, we send all paired lights indices to the shader (even if that light isn't visible). The problem is that non-visible lights aren't uploaded to the GPU and don't have an index. So we end up using a bogus index
2023-10-17 13:02:46 +02:00
..
render_forward_mobile.cpp Ensure that only visible paired lights are used 2023-10-17 13:02:46 +02:00
render_forward_mobile.h Ensure that only visible paired lights are used 2023-10-17 13:02:46 +02:00
scene_shader_forward_mobile.cpp Fix Mobile renderer shader instance uniform access 2023-10-15 18:09:54 +03:00
scene_shader_forward_mobile.h Vertex and attribute compression to reduce the size of the vertex format. 2023-10-05 12:02:23 -06:00
SCsub Create mobile renderer 2021-05-03 21:54:11 +10:00