We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d0195 commit 188a365Copy full SHA for 188a365
1 file changed
src/VmaReplay/VmaUsage.h
@@ -43,6 +43,7 @@
43
#pragma warning(disable: 4127) // conditional expression is constant
44
#pragma warning(disable: 4100) // unreferenced formal parameter
45
#pragma warning(disable: 4189) // local variable is initialized but not referenced
46
+#pragma warning(disable: 4324) // structure was padded due to alignment specifier
47
48
#include "../vk_mem_alloc.h"
49
0 commit comments