dolphin/Source/Core/VideoBackends
Léo Lam eafe005672
Fix -Wclass-memaccess warnings
We want to clear/memset the padding bytes, not just each member,
so using assignment or {} initialization is not an option.

To silence the warnings, cast the object pointer to u8* (which is not
undefined behavior) to make it explicit to the compiler that we want
to fill the object representation.
2020-12-16 15:37:43 +01:00
..
D3D General: Convert PanicAlerts over to fmt equivalent 2020-12-02 13:38:33 -05:00
D3D12 General: Convert PanicAlerts over to fmt equivalent 2020-12-02 13:38:33 -05:00
D3DCommon General: Convert PanicAlerts over to fmt equivalent 2020-12-02 13:38:33 -05:00
Null General: Convert PanicAlerts over to fmt equivalent 2020-12-02 13:38:33 -05:00
OGL General: Convert PanicAlerts over to fmt equivalent 2020-12-02 13:38:33 -05:00
Software Fix -Wclass-memaccess warnings 2020-12-16 15:37:43 +01:00
Vulkan General: Convert PanicAlerts over to fmt equivalent 2020-12-02 13:38:33 -05:00
CMakeLists.txt CMake: Add option to enable/disable Vulkan video backend 2020-10-23 20:14:46 +02:00