godot/drivers/gles2
lawnjelly b15ad8e786 Fix for S3TC on Android and IOS devices
On some platforms, exporters are prevented from exporting S3TC textures. This causes problems if the .import file contains a reference to such a texture - the exported project will attempt to load the S3TC, fail, and probably crash.

This PR prevents this problem by faking lack of hardware support for S3TC on the affected platforms. This prevents the engine attempting to load the S3TC and avoids the problem.
2022-02-09 08:45:24 +00:00
..
shaders Trunc shader function fixed 2021-12-18 17:50:58 -03:00
rasterizer_canvas_base_gles2.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rasterizer_canvas_base_gles2.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rasterizer_canvas_gles2.cpp Add editor vital redraws only option 2022-02-02 11:26:45 +00:00
rasterizer_canvas_gles2.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rasterizer_gles2.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rasterizer_gles2.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rasterizer_scene_gles2.cpp Add editor vital redraws only option 2022-02-02 11:26:45 +00:00
rasterizer_scene_gles2.h Merge pull request #54165 from Calinou/directional-shadow-runtime-change-3.x 2022-01-22 15:25:09 +01:00
rasterizer_storage_gles2.cpp Fix for S3TC on Android and IOS devices 2022-02-09 08:45:24 +00:00
rasterizer_storage_gles2.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
shader_compiler_gles2.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
shader_compiler_gles2.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
shader_gles2.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
shader_gles2.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00