godot/drivers/gles3
clayjohn 154b9c1c91 Use a giant UBO to optimize performance in 2D
This removes the countless small UBO writes we had before
and replaces them with a single large write per render pass.

This results in much faster rendering on low-end devices
but improves speed on all devices.
2022-10-06 11:24:45 -07:00
..
effects Fix various bugs in GLES3 renderer that stopped it from running on web 2022-08-01 16:45:32 -04:00
environment Move cluster builder, sdfgi and gi structures to clustered renderer, move light and probe elements into storage and reorganise our render_scene method. 2022-10-04 11:03:32 +11:00
shaders Use a giant UBO to optimize performance in 2D 2022-10-06 11:24:45 -07:00
storage Use a giant UBO to optimize performance in 2D 2022-10-06 11:24:45 -07:00
rasterizer_canvas_gles3.cpp Use a giant UBO to optimize performance in 2D 2022-10-06 11:24:45 -07:00
rasterizer_canvas_gles3.h Use a giant UBO to optimize performance in 2D 2022-10-06 11:24:45 -07:00
rasterizer_gles3.cpp Adding getters to RenderTarget and implementing override functionality for XR 2022-10-05 11:37:49 +11:00
rasterizer_gles3.h Use a giant UBO to optimize performance in 2D 2022-10-06 11:24:45 -07:00
rasterizer_scene_gles3.cpp Rename Projection matrix to columns 2022-10-04 12:34:19 -05:00
rasterizer_scene_gles3.h Move cluster builder, sdfgi and gi structures to clustered renderer, move light and probe elements into storage and reorganise our render_scene method. 2022-10-04 11:03:32 +11:00
SCsub
shader_gles3.cpp Rename String plus_file to path_join 2022-08-29 19:38:13 -05:00
shader_gles3.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00