godot/drivers/gles3
Rémi Verschelde 5f5c690481
Merge pull request #97260 from clayjohn/pixel_snap
Calculate pixel snap in canvas space instead of world space
2024-09-21 11:50:52 +02:00
..
effects
environment
shaders Calculate pixel snap in canvas space instead of world space 2024-09-20 17:43:33 -07:00
storage Add external texture support (GLES3) 2024-09-20 10:48:32 -05:00
SCsub
rasterizer_canvas_gles3.cpp Only use backbuffer mipmaps in SCREEN_TEXTURE when generated. 2024-09-02 17:04:17 -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 OpenGL: Unconditionally do `glDisable(GL_FRAMEBUFFER_SRGB)` because we do our own sRGB conversion 2024-08-12 12:40:38 -05: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 Fix compatibility canvas background depth issue 2024-09-18 10:23:13 +10: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