mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 11:17:54 +00:00
[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:
parent
137171a8a2
commit
891f00a011
2 changed files with 7784 additions and 1 deletions
7783
host/platform/Windows/capture/DXGI/src/d3d12.h
Normal file
7783
host/platform/Windows/capture/DXGI/src/d3d12.h
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue