Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
836 contributions in the last year
Contribution activity
October 2020
Created a pull request in EmbarkStudios/rust-gpu that received 11 comments
Branchless sky shader
Right now this shader doesn't compile because it outputs a lot of error: OpCopyMemorySized (memcpy) without OpCapability Addresses and error: stati…
- Fix translation from AtomicOrdering to MemorySemantics
- Cleanup pass on example shader and vk example-runner
- Fail unimplemented intrinsics instead of incorrect behavior
- Run CI on external pull requests
- README tweaks for first release
- Move panic_handler and eh_personality to spirv-std
- Include example-shader in the workspace
- Extremely hacky winit update
- Add sky shader example code and screenshot to README
- Don't panic when destroying debug utils
- Move to a builder struct for spirv-builder
- Togglable Vulkan debug layer in example
Created an issue in EmbarkStudios/rust-gpu that received 4 comments
Scalarizer-checker
Much like the borrow checker checks lifetimes, I think it might be important for a modern, safe GPU language to be able to check and verify access …