Files
compute-runtime/shared/source/os_interface/windows/dxgi_wrapper.h
Jaroslaw Chodor 30a20d5f15 WDDM/GMM cleanup
Signed-off-by: Jaroslaw Chodor <jaroslaw.chodor@intel.com>
2021-05-30 15:04:50 +02:00

15 lines
201 B
C

/*
* Copyright (C) 2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "shared/source/os_interface/windows/windows_wrapper.h"
#if _WIN32
#include <dxgi.h>
#endif