godot/servers/rendering/rasterizer_rd
Rémi Verschelde 1f6f364a56 Port member initialization from constructor to declaration (C++11)
Using `clang-tidy`'s `modernize-use-default-member-init` check and
manual review of the changes, and some extra manual changes that
`clang-tidy` failed to do.

Also went manually through all of `core` to find occurrences that
`clang-tidy` couldn't handle, especially all initializations done
in a constructor without using initializer lists.
2020-05-14 10:01:56 +02:00
..
shaders New lightmapper 2020-05-10 15:59:09 -03:00
light_cluster_builder.cpp Implement decals 2020-04-14 11:13:34 -03:00
light_cluster_builder.h Implement decals 2020-04-14 11:13:34 -03:00
rasterizer_canvas_rd.cpp New lightmapper 2020-05-10 15:59:09 -03:00
rasterizer_canvas_rd.h Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
rasterizer_effects_rd.cpp New lightmapper 2020-05-10 15:59:09 -03:00
rasterizer_effects_rd.h New lightmapper 2020-05-10 15:59:09 -03:00
rasterizer_rd.cpp New lightmapper 2020-05-10 15:59:09 -03:00
rasterizer_rd.h New lightmapper 2020-05-10 15:59:09 -03:00
rasterizer_scene_high_end_rd.cpp Fixes memory leak with lightmap part 2 2020-05-12 10:11:17 +02:00
rasterizer_scene_high_end_rd.h New lightmapper 2020-05-10 15:59:09 -03:00
rasterizer_scene_rd.cpp New lightmapper 2020-05-10 15:59:09 -03:00
rasterizer_scene_rd.h New lightmapper 2020-05-10 15:59:09 -03:00
rasterizer_storage_rd.cpp New lightmapper 2020-05-10 15:59:09 -03:00
rasterizer_storage_rd.h New lightmapper 2020-05-10 15:59:09 -03:00
render_pipeline_vertex_format_cache_rd.cpp New lightmapper 2020-05-10 15:59:09 -03:00
render_pipeline_vertex_format_cache_rd.h New lightmapper 2020-05-10 15:59:09 -03:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
shader_compiler_rd.cpp New lightmapper 2020-05-10 15:59:09 -03:00
shader_compiler_rd.h Implement global and per instance shader uniforms. 2020-04-17 12:35:41 -03:00
shader_rd.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
shader_rd.h Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00