godot/drivers/gles3
clayjohn 51ed3aef63 Vertex and attribute compression to reduce the size of the vertex format.
This allows Godot to automatically compress meshes to save a lot of bandwidth.

In general, this requires no interaction from the user and should result in
no noticable quality loss.

This scheme is not backwards compatible, so we have provided an upgrade
mechanism, and a mesh versioning mechanism.

Existing meshes can still be used as a result, but users can get a
performance boost by reimporting assets.
2023-10-05 12:02:23 -06: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 Vertex and attribute compression to reduce the size of the vertex format. 2023-10-05 12:02:23 -06:00
storage Vertex and attribute compression to reduce the size of the vertex format. 2023-10-05 12:02:23 -06:00
rasterizer_canvas_gles3.cpp Vertex and attribute compression to reduce the size of the vertex format. 2023-10-05 12:02:23 -06:00
rasterizer_canvas_gles3.h fix GLES3 changing 2d shadow atlas size is broken 2023-08-16 15:58:23 +00: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 Vertex and attribute compression to reduce the size of the vertex format. 2023-10-05 12:02:23 -06: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