mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-09-13 09:16:14 -07:00
include: Add d3d12.idl.
This commit is contained in:
parent
7fa6075749
commit
c5e3e7d1c3
@ -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
1
include/.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
config.h
|
||||
config.h.in
|
||||
d3d12.h
|
||||
stamp-h1
|
||||
|
1814
include/d3d12.idl
Normal file
1814
include/d3d12.idl
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user