Skip to content

Commit

Permalink
Merge pull request #235 from leetvr/kanerogers/issue202
Browse files Browse the repository at this point in the history
Upgrade Hotham renderer
  • Loading branch information
kanerogers authored Jul 5, 2022
2 parents 7acb41d + c54fce4 commit 384556e
Show file tree
Hide file tree
Showing 80 changed files with 2,882 additions and 3,224 deletions.
21 changes: 20 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
"type": "cargo",
"command": "test",
"args": [
"-p",
"hotham",
"--release",
"--",
"--test-threads",
Expand All @@ -61,11 +63,28 @@
"problemMatcher": [
"$rustc"
],
"label": "rust: cargo test"
},
{
"type": "cargo",
"command": "test",
"args": [
"-p",
"hotham",
"asset_importer::tests::test_load_model",
"--release"
],
"env": {
"RUST_BACKTRACE": "1"
},
"problemMatcher": [
"$rustc"
],
"group": {
"kind": "test",
"isDefault": true
},
"label": "rust: cargo test"
"label": "rust: vulkan smoke test"
},
{
"type": "cargo",
Expand Down
Loading

0 comments on commit 384556e

Please sign in to comment.