Fix Windows build

The D3D interop APIs are now declared in the CL headers, so we need to remove our declarations.

The CL headers also automatically include the D3D headers, which need to be included in a specific order (11 -> 10 -> 9), hence why the includes needed to be reshuffled.

Change-Id: I9bd37ceabec82e8bebd1d9c1a5a672ffc95c41d8
Este commit está contenido en:
Vladislav Sytchenko
2020-04-07 18:44:01 -04:00
padre 3092e7c906
commit c4a02ce16f
Se han modificado 8 ficheros con 9 adiciones y 157 borrados
-3
Ver fichero
@@ -22,9 +22,6 @@
#include "top.hpp"
#include <d3d10_1.h>
#include <dxgi.h>
#include "cl_common.hpp"
#include "cl_d3d10_amd.hpp"
#include "runtime/platform/command.hpp"