godot/servers/rendering/renderer_rd/forward_mobile
Rémi Verschelde f8ab79e68a Zero initialize all pointer class and struct members
This prevents the pitfall of UB when checking if they have been
assigned something valid by comparing to nullptr.
2022-04-04 19:49:50 +02:00
..
render_forward_mobile.cpp Move storage for Mesh, MeshInstance, MultiMesh and Skeleton into MeshStorage 2022-04-02 16:29:04 +11:00
render_forward_mobile.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
scene_shader_forward_mobile.cpp Extract global variable, shader and material storage 2022-03-31 21:49:42 +11:00
scene_shader_forward_mobile.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
SCsub