godot/drivers/gles3
ywmaa 0a9ad8f9de
Implement vertex shading
This adds support in all backends, but the Compatibility renderer works the best.
Mobile and Forward+ can only support one directional light shader (the first in the tree)
While the Compatibility renderer supports any number of shadows.

Co-authored-by: Clay John <claynjohn@gmail.com>
2024-09-29 00:36:09 +02:00
..
effects SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
environment SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
shaders Implement vertex shading 2024-09-29 00:36:09 +02:00
storage Implement vertex shading 2024-09-29 00:36:09 +02:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
rasterizer_canvas_gles3.cpp Clean up two recently introduced WebGL errors 2024-09-23 12:18:33 -07:00
rasterizer_canvas_gles3.h Only use backbuffer mipmaps in SCREEN_TEXTURE when generated. 2024-09-02 17:04:17 -07:00
rasterizer_gles3.cpp Clean up two recently introduced WebGL errors 2024-09-23 12:18:33 -07:00
rasterizer_gles3.h Store GLES over GL status in the OS to avoid direct renderer includes in the editor. 2024-09-03 16:11:59 +03:00
rasterizer_scene_gles3.cpp Implement vertex shading 2024-09-29 00:36:09 +02:00
rasterizer_scene_gles3.h Implement support for bicubic lightmap filtering 2024-08-19 09:52:09 +02:00
shader_gles3.cpp Add external texture support (GLES3) 2024-09-20 10:48:32 -05:00
shader_gles3.h Make query for GL_MAX_VIEWPORT_DIMS compatible with web exports 2024-06-14 01:53:12 +02:00