libs/vkd3d-utils: Enable swapchain extensions in D3D12CreateDevice().

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Józef Kucia
2018-01-24 14:33:35 +01:00
committed by Alexandre Julliard
parent 7c60685396
commit e9f826bd08
2 changed files with 23 additions and 6 deletions

View File

@@ -19,6 +19,9 @@
#ifndef __VKD3D_UTILS_PRIVATE_H
#define __VKD3D_UTILS_PRIVATE_H
#define VK_NO_PROTOTYPES
#define VK_USE_PLATFORM_XCB_KHR
#include <pthread.h>
#include <vkd3d.h>