Change kope_d3d12_descriptor_set_set_bvh_view_srv to directly use the… #130
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: Web Assembly | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Apt Update | |
run: sudo apt update | |
- name: Apt Install | |
run: sudo apt install ninja-build --yes --quiet | |
- name: Get Submodules | |
run: ./get_dlc | |
- name: Compile | |
run: ./make wasm --kinc . --from Tests/Empty --compile |