virtualx-engine/drivers/gles3
Rémi Verschelde 686f6ff279 Fix mismatched class/struct definition warnings [-Wmismatched-tags]
Fixes the following Clang 7 warnings:
```
core/object.cpp:44:1: warning: '_ObjectDebugLock' defined as a struct here but previously declared as a class [-Wmismatched-tags]
core/variant_call.cpp:43:1: warning: '_VariantCall' defined as a struct here but previously declared as a class [-Wmismatched-tags]
drivers/gles3/rasterizer_storage_gles3.h:765:2: warning: 'MultiMesh' defined as a struct here but previously declared as a class [-Wmismatched-tags]
editor/editor_node.h:794:1: warning: 'EditorProgress' defined as a struct here but previously declared as a class [-Wmismatched-tags]
modules/bullet/rigid_body_bullet.h:230:17: warning: class 'KinematicUtilities' was previously declared as a struct [-Wmismatched-tags]
modules/bullet/space_bullet.h:60:1: warning: class 'btSoftBodyWorldInfo' was previously declared as a struct [-Wmismatched-tags]
scene/resources/world_2d.cpp:40:1: warning: 'SpatialIndexer2D' defined as a struct here but previously declared as a class [-Wmismatched-tags]
scene/resources/world.cpp:39:1: warning: 'SpatialIndexer' defined as a struct here but previously declared as a class [-Wmismatched-tags]
servers/audio/reverb_sw.cpp:60:1: warning: 'ReverbParamsSW' defined as a struct here but previously declared as a class [-Wmismatched-tags]
thirdparty/bullet/BulletSoftBody/btSoftBody.h:43:1: warning: 'btSoftBodyWorldInfo' defined as a struct here but previously declared as a class [-Wmismatched-tags]
```
2018-10-01 17:02:47 +02:00
..
shaders Many fixes to GLES2 renderer, fixed compilation issues in GLES3 shaders. 2018-09-29 13:49:34 -03: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 SCons: Remove avoidable defines from main env's CPPPATH 2018-10-01 11:59:22 +02:00
rasterizer_gles3.h -Lightmap and lightmap capture support for GLES2 2018-09-28 20:33:18 -03: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 -Lightmap and lightmap capture support for GLES2 2018-09-28 20:33:18 -03:00
rasterizer_storage_gles3.h Fix mismatched class/struct definition warnings [-Wmismatched-tags] 2018-10-01 17:02:47 +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