Skip to content

Commit 9d9d931

Browse files
Updated submodules (implemented async shaders in render state cache; WebGPU improvements)
1 parent 09b1737 commit 9d9d931

5 files changed

Lines changed: 10 additions & 4 deletions

File tree

.github/workflows/build-windows.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,3 +192,9 @@ jobs:
192192
uses: DiligentGraphics/github-action/run-sample-tests@v1
193193
with:
194194
mode: "d3d12_sw"
195+
196+
- name: Sample Tests WebGPU
197+
if: ${{ (success() || failure() && steps.build.outcome == 'success') && (matrix.name == 'Win10') }}
198+
uses: DiligentGraphics/github-action/run-sample-tests@v1
199+
with:
200+
mode: "wgpu"

DiligentCore

Submodule DiligentCore updated 98 files

0 commit comments

Comments
 (0)