compute-runtime/shared/source/os_interface/windows/dxgi_wrapper.h

15 lines
201 B
C
Raw Normal View History

/*
* 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