Skip to content

Commit

Permalink
Test the Bindless sample
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Nov 5, 2024
1 parent 73bf061 commit 03bcc9c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/windows-direct3d12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,18 @@ jobs:
with:
name: TextureArray image
path: TextureArray/Deployment/test.png
- name: Compile Bindless
working-directory: Bindless
run: ../Kinc/make windows -v vs2022 -g direct3d12 --option screenshot --debug --run
- name: Check Bindless
working-directory: Bindless
run: magick compare -metric mae .\reference.png .\Deployment\test.png difference.png
- name: Upload Bindless failure image
if: failure()
uses: actions/upload-artifact@v4
with:
name: Bindless image
path: Bindless/Deployment/test.png
- name: Compile 00_empty
working-directory: 00_empty
run: ../Kinc/make windows -v vs2022 -g direct3d12 --option screenshot --debug --run
Expand Down
Binary file added Bindless/reference.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions write_workflows.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const samples = [
'ComputeShader',
'TextureArray',
//'RuntimeShaderCompilation',
'Bindless',
'00_empty',
'01_triangle',
'02_matrix',
Expand Down

0 comments on commit 03bcc9c

Please sign in to comment.