dzn: remove needless defines

Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15816>
This commit is contained in:
Erik Faye-Lund 2022-04-08 10:41:24 +02:00 committed by Marge Bot
parent 2ca4e21df7
commit cfdaf1af9b
3 changed files with 0 additions and 6 deletions

View File

@ -44,9 +44,7 @@
#include <windows.h>
#define CINTERFACE
#include <directx/d3d12sdklayers.h>
#undef CINTERFACE
#if defined(VK_USE_PLATFORM_WIN32_KHR) || \
defined(VK_USE_PLATFORM_DISPLAY_KHR)

View File

@ -25,10 +25,8 @@
#define DZN_NIR_H
#define D3D12_IGNORE_SDK_LAYERS
#define CINTERFACE
#define COBJMACROS
#include <directx/d3d12.h>
#undef CINTERFACE
#include "nir.h"

View File

@ -52,11 +52,9 @@
#include <vulkan/vk_icd.h>
#define D3D12_IGNORE_SDK_LAYERS
#define CINTERFACE
#define COBJMACROS
#include <dxgi1_4.h>
#include <directx/d3d12.h>
#undef CINTERFACE
#include "spirv_to_dxil.h"