1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-29 16:16:38 +00:00
Files
godot/drivers/d3d12/d3d12ma.cpp
Rémi Verschelde fe1322c014 D3D12: Silence -Wmaybe-uninitialized warning in D3D12MemAlloc
This was lost in #104893 when removing the warning ignores no longer relevant
when including the D3D12MemAlloc _header_ as external.
But we still compile the .cpp directly and it has this warning.

Clarified why have a wrapper for this file.
2025-05-14 16:20:53 +02:00

2.6 KiB