godot/drivers/gles3
Rémi Verschelde 7b081a7fc8 Fix warnings about unhandled enum value in switch [-Wswitch]
Fixes GCC 5 warnings of the form:

core/io/http_client.cpp:288:9: warning: enumeration value 'STATUS_SSL_HANDSHAKE_ERROR' not handled in switch [-Wswitch]
core/io/marshalls.cpp:806:9: warning: enumeration value 'AABB' not handled in switch [-Wswitch]

Those can be trivial cases where adding a default fallback is the solution,
or more complex issues/hidden bugs where missed values are actually meant
to be handled.
2018-09-27 18:34:30 +02:00
..
shaders Fix build after 65fd37c1, using Math_PI 2018-09-23 18:26:57 +02:00
rasterizer_canvas_gles3.cpp Fix warnings about set but unused variables [-Wunused-but-set-variable] 2018-09-27 16:25:24 +02:00
rasterizer_canvas_gles3.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
rasterizer_gles3.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
rasterizer_gles3.h Fall back to GLES2 if GLES3 is not working 2018-08-26 16:40:46 +02:00
rasterizer_scene_gles3.cpp Fix warnings about unhandled enum value in switch [-Wswitch] 2018-09-27 18:34:30 +02:00
rasterizer_scene_gles3.h Removed unused function RasterizerSceneGLES3::_copy_to_front_buffer 2018-09-12 17:17:11 -04:00
rasterizer_storage_gles3.cpp Fix warnings about unhandled enum value in switch [-Wswitch] 2018-09-27 18:34:30 +02:00
rasterizer_storage_gles3.h Set uniform default values in inspector 2018-09-13 23:05:33 +02:00
SCsub BuildSystem: generated files have .gen.extension 2017-06-25 07:55:01 +07:00
shader_compiler_gles3.cpp Fix warnings about unhandled enum value in switch [-Wswitch] 2018-09-27 18:34:30 +02:00
shader_compiler_gles3.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
shader_gles3.cpp -Rewrote GLES2 lighting and shadows and optimized state changes, did many optimizations, added vertex lighting. 2018-09-23 12:14:50 -03:00
shader_gles3.h -Rewrote GLES2 lighting and shadows and optimized state changes, did many optimizations, added vertex lighting. 2018-09-23 12:14:50 -03:00