We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf0de6 commit cb232b3Copy full SHA for cb232b3
.github/workflows/build-linux.yml
@@ -120,6 +120,13 @@ jobs:
120
with:
121
mode: vk_sw
122
123
+ - name: DiligentCoreAPITest VK Compatibility
124
+ if: ${{ (success() || failure() && steps.build.outcome == 'success') && (matrix.name == 'Clang' || matrix.name == 'GCC') }}
125
+ uses: DiligentGraphics/github-action/run-core-gpu-tests@v1
126
+ with:
127
+ mode: vk_sw
128
+ vk-compatibility: true
129
+
130
- name: DiligentCoreAPITest GL
131
if: ${{ (success() || failure() && steps.build.outcome == 'success') && (matrix.name == 'Clang' || matrix.name == 'GCC') }}
132
uses: DiligentGraphics/github-action/run-core-gpu-tests@v1
0 commit comments