libs/vkd3d: Add ID3D12CommandQueue interface stub.

This commit is contained in:
Józef Kucia
2016-09-21 14:41:31 +02:00
parent abb169678c
commit aea273550a
4 changed files with 307 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ CLEANFILES = $(widl_headers)
lib_LTLIBRARIES = libvkd3d.la
libvkd3d_la_SOURCES = \
libs/vkd3d/command.c \
libs/vkd3d/debug.c \
libs/vkd3d/device.c \
libs/vkd3d/utils.c \