libs/vkd3d: Move D3D12CreateDevice() to libvkd3d-utils.

This commit is contained in:
Józef Kucia
2016-10-07 13:26:39 +02:00
parent ef6a3d78a2
commit 0c1432e671
5 changed files with 75 additions and 48 deletions

View File

@@ -27,6 +27,6 @@
#define NONAMELESSUNION
#include "vkd3d_debug.h"
#include "d3d12.h"
#include "vkd3d.h"
#endif /* __VKD3D_UTILS_PRIVATE_H */