Skip to content

Commit 8d51dc1

Browse files
authored
Merge pull request #84 from zkmopro/feat/example-ios-app
Refactor shader build logic
2 parents e1ce96d + 2d40d10 commit 8d51dc1

81 files changed

Lines changed: 3115 additions & 7067 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,4 @@ jobs:
4040
uses: mozilla-actions/sccache-action@v0.0.3
4141
- name: Run Metal MSM tests for Shaders
4242
run: |
43-
cd mopro-msm
44-
cargo test msm::metal_msm::tests
43+
MSM_COMPILE_ALL_SHADERS=1 cargo test --release metal_msm::tests

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[workspace]
22
members = ["mopro-msm"]
33
resolver = "2"
4-
exclude = ["gpu-acceleration-app"]
4+
exclude = ["example-app"]

example-app/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
target/
2+
build/

0 commit comments

Comments
 (0)