godot/drivers/gles3
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
..
effects Implement 3D shadows in the GL Compatibility renderer 2023-09-28 09:39:26 +02:00
environment [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_ANDROID_blob_cache caching. 2023-09-21 14:21:00 +03:00
shaders Remove PSSM Fade 2023-10-13 12:01:23 +02:00
storage Merge pull request #82431 from bitsawer/fix_gpuparticles_free 2023-10-12 00:22:33 +02:00
rasterizer_canvas_gles3.cpp Merge pull request #83003 from AThousandShips/null_check_extra 2023-10-09 15:37:14 +02:00
rasterizer_canvas_gles3.h Debug CanvasItem redraw 2023-08-28 12:53:56 +02:00
rasterizer_gles3.cpp [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_ANDROID_blob_cache caching. 2023-09-21 14:21:00 +03:00
rasterizer_gles3.h [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_ANDROID_blob_cache caching. 2023-09-21 14:21:00 +03:00
rasterizer_scene_gles3.cpp Ensure that only visible paired lights are used 2023-10-17 13:02:46 +02:00
rasterizer_scene_gles3.h Implement 3D shadows in the GL Compatibility renderer 2023-09-28 09:39:26 +02:00
SCsub Split GI effects and fix stereoscopic rendering of GI effects 2022-06-22 12:50:17 +10:00
shader_gles3.cpp Add device info to GLES3 shader cache key hash 2023-09-26 13:01:31 +03:00
shader_gles3.h [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_ANDROID_blob_cache caching. 2023-09-21 14:21:00 +03:00