godot/drivers/gles2
Omar El Sheikh bf5b2f48e6 Re-fix Disabling Half Floats on iOS
A previous change missed setting a flag that specified whether half
floats were being used on vertex positions when in the GLES2 driver

This caused errors with the vertex buffer when platforms (specifically
iOS) which do not properly support half float vertex attributes on
GLES2, try to remapt the vertex buffer to stop using half floats
(in this case that remapping never happened and caused artifacts)

Re-enable setting that flag to fix rendering issues on these platforms
2022-02-05 21:06:09 -05: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 Re-fix Disabling Half Floats on iOS 2022-02-05 21:06:09 -05: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