From f3ce7d8561a262f04e7c734138875deb575215c1 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Fri, 25 Mar 2022 14:11:44 +0100 Subject: [PATCH] dzn: add D3D12_IGNORE_SDK_LAYERS define MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Boris Brezillon Reviewed-by: Louis-Francis Ratté-Boulianne Part-of: --- src/microsoft/vulkan/dzn_util.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/microsoft/vulkan/dzn_util.c b/src/microsoft/vulkan/dzn_util.c index ef27d82..29beab3 100644 --- a/src/microsoft/vulkan/dzn_util.c +++ b/src/microsoft/vulkan/dzn_util.c @@ -21,7 +21,9 @@ * IN THE SOFTWARE. */ +#define D3D12_IGNORE_SDK_LAYERS #include + #include #include "util/format/u_format.h" -- 2.7.4