include: Add d3d12.idl.

This commit is contained in:
Józef Kucia 2016-09-21 12:57:24 +02:00
parent 7fa6075749
commit c5e3e7d1c3
3 changed files with 1824 additions and 0 deletions

View File

@ -1 +1,10 @@
ACLOCAL_AMFLAGS = -I m4
widl_headers = \
include/d3d12.h
BUILT_SOURCES = $(widl_headers)
CLEANFILES = $(widl_headers)
$(widl_headers): %.h: %.idl
$(WIDL) -o $@ $<

1
include/.gitignore vendored
View File

@ -1,3 +1,4 @@
config.h
config.h.in
d3d12.h
stamp-h1

1814
include/d3d12.idl Normal file

File diff suppressed because it is too large Load Diff