Skip to content
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

changes for amethyst shadow mapping #191

Merged
merged 4 commits into from
Sep 21, 2019
Merged

changes for amethyst shadow mapping #191

merged 4 commits into from
Sep 21, 2019

Conversation

Frizi
Copy link
Member

@Frizi Frizi commented Aug 26, 2019

This is a commit with changes I had to make while working on shadow mapping. The set includes:

  • fix for broken serde feature after conversion to u32 spirv slices (serde_bytes_u32)
  • removal of unnecessary assertion on spirv buffer length
  • allow adding dynamic nodes to graph
  • Allow creating DescBuilder with public new
  • always pick first layer for bound attachments, comment explains why
  • allow llvm inlining to better optimize texture conversion common cases

The rest is all pretty much just rustfmt. We probably need to add a CI step that verifies that, as we have quite a lot of noise due to not formatting the code immediately.

@Frizi
Copy link
Member Author

Frizi commented Sep 21, 2019

bors r=omni-viral

bors bot added a commit that referenced this pull request Sep 21, 2019
191: changes for amethyst shadow mapping r=omni-viral a=Frizi

This is a commit with changes I had to make while working on shadow mapping. The set includes:
- fix for broken serde feature after conversion to u32 spirv slices (`serde_bytes_u32`)
- removal of unnecessary assertion on spirv buffer length
- allow adding dynamic nodes to graph
- Allow creating `DescBuilder` with public `new`
- always pick first layer for bound attachments, comment explains why
- allow llvm inlining to better optimize texture conversion common cases

The rest is all pretty much just rustfmt. We probably need to add a CI step that verifies that, as we have quite a lot of noise due to not formatting the code immediately.

Co-authored-by: Frizi <frizi09@gmail.com>
@bors
Copy link
Contributor

bors bot commented Sep 21, 2019

Build succeeded

@bors bors bot merged commit 4095fe0 into amethyst:master Sep 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant