-
Notifications
You must be signed in to change notification settings - Fork 246
WGPU example #92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
WGPU example #92
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
d8a0210
WGPU Examples
VZout 2634962
README (#94)
VZout f91d822
Remove mentions of the triangle
arirawr 9068cdd
Update README.md
VZout fa4489b
Fixed nested if statements (#88)
VZout fed8627
Add bug report template (#93)
XAMPPRocky 2401c1a
README tweaks for first release (#96)
repi baa49ce
If statement (#98)
Jasper-Bekkers dba1be4
Use the --component option in setup scripts (#104)
DJMcNab c7a0130
Fix mergify branch
repi 867ec17
Move panic_handler and eh_personality to spirv-std (#95)
khyperia 928e96f
Bindings proposal (#19)
Jasper-Bekkers ba7a62b
Revert "Move panic_handler and eh_personality to spirv-std (#95)"
khyperia f601b3f
Merge branch 'main' into wgpu-example
repi d607464
[wgpu-example] Remove unused ash-molten dependency
repi 6fc3a12
Disable tests for wgpu shader as well
repi 0d7c656
Merge branch 'main' into wgpu-example
repi f6a7f44
Update to latest gfx crates to fix Metal bug
repi 4a4e5da
Merge branch 'main' into wgpu-example
repi e109393
Fixup shader with latest spriv attribute
repi d8e79d7
cargo-deny fixes
repi 609ed55
Update Cargo.toml
repi dfb0d92
Fix CI so clippy step includes spirv-tools
repi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wait what? this should have excluded wgpu-example-runner in the clippy run, not installing spirv-tools, right? either that or including example-runner in the clippy run
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure what you mean?
Did get clippy build failures on this branch on that spirv-tools was missing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why would you use brew on a linux job?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bjorn3 It's the only package manager with
spirv-tools
on linux that is available in GitHub Actions.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See also #107