Prevent D3D12 crash if no debug layer support #1645
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: UWP | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
build: | |
runs-on: windows-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Get Submodules | |
run: .\get_dlc.bat | |
- name: Compile | |
run: .\make.bat windowsapp -v vs2022 --kinc . --from Tests/Empty --compile |