[host] dxgi: add d3d12.h from latest MinGW

This header was added in late 2020 and hasn't made its way into the GitHub
Actions image yet.
This commit is contained in:
Quantum 2021-08-12 02:43:22 -04:00 committed by Geoffrey McRae
parent 137171a8a2
commit 891f00a011
2 changed files with 7784 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@ EXTENSIONS = ('.c', '.cpp', '.h', '.nsi', '.rc')
START_YEAR = 2017 START_YEAR = 2017
CURRENT_YEAR = datetime.date.today().year CURRENT_YEAR = datetime.date.today().year
reignore = re.compile('^vendor/|.*/shader/') reignore = re.compile('^vendor/|.*/shader/|.*/d3d12.h$')
recopyright = re.compile(r'\A/\*.*?\*/\s+', re.DOTALL) recopyright = re.compile(r'\A/\*.*?\*/\s+', re.DOTALL)
project_name = 'Looking Glass' project_name = 'Looking Glass'