Fork of VKD3D. Development branches for Proton's Direct3D 12 implementation.
Go to file
Józef Kucia f86ca50443 libs/vkd3d: Create Vulkan instance when creating D3D12 device.
We link directly to the Vulkan loader library and use few exported
procedures. According to the documentation the loader library
exports all core Vulkan procedures on Windows, Linux and Android.
2016-09-22 16:56:58 +02:00
bin build: Add initial Autotools files. 2016-09-21 09:05:15 +02:00
crosslibs build: Add "crosstest" target for tests cross-compilation. 2016-09-21 12:57:24 +02:00
include include: Simplify typedefs for Windows data types. 2016-09-21 17:46:03 +02:00
libs/vkd3d libs/vkd3d: Create Vulkan instance when creating D3D12 device. 2016-09-22 16:56:58 +02:00
m4 build: Add "crosstest" target for tests cross-compilation. 2016-09-21 12:57:24 +02:00
portable build: Add initial Autotools files. 2016-09-21 09:05:15 +02:00
tests tests: Add test for creating command list. 2016-09-21 17:46:03 +02:00
.gitignore tests: Add test for D3D12CreateDevice(). 2016-09-21 12:57:24 +02:00
Makefile.am libs/vkd3d: Add ID3D12CommandQueue interface stub. 2016-09-21 17:46:03 +02:00
README build: Add initial Autotools files. 2016-09-21 09:05:15 +02:00
autogen.sh build: Add initial Autotools files. 2016-09-21 09:05:15 +02:00
configure.ac libs/vkd3d: Create Vulkan instance when creating D3D12 device. 2016-09-22 16:56:58 +02:00

README

vkD3D - Direct3D 12 to Vulkan translation library