[D3D12] ID3D12Device creation

This commit is contained in:
Triang3l
2018-07-18 20:30:49 +03:00
parent e9083dbc2f
commit 03682e81d1
3 changed files with 242 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
/**
******************************************************************************
* Xenia : Xbox 360 Emulator Research Project *
******************************************************************************
* Copyright 2018 Ben Vanik. All rights reserved. *
* Released under the BSD license - see LICENSE in the root for more details. *
******************************************************************************
*/
#ifndef XENIA_UI_D3D12_D3D12_API_H_
#define XENIA_UI_D3D12_D3D12_API_H_
#include <dxgi1_4.h>
#include <d3d12.h>
#define XELOGD3D XELOGI
#endif // XENIA_UI_D3D12_D3D12_API_H_