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

Remove SegQueue from CommandBuffer & Additional Tests #56

Merged
merged 2 commits into from
Dec 23, 2019
Merged

Remove SegQueue from CommandBuffer & Additional Tests #56

merged 2 commits into from
Dec 23, 2019

Conversation

jaynus
Copy link
Contributor

@jaynus jaynus commented Dec 16, 2019

This removes SegQueue from CommandBuffer. it was causing out-of-order command buffer operations, leading to panics due to things occuring out of order. This also refs #53, as it removes another crossbeam usage.

This also adds a few tests to world for a bug I was attempting to track.

… command buffer operations, leading to panics due to things occuring out of order. This also refs #53, as it removes another crossbeam usag
@jaynus jaynus changed the title Remove SegQueue from CommandBuffer Remove SegQueue from CommandBuffer & Additional Tests Dec 16, 2019
@TomGillen TomGillen merged commit 0f67adc into amethyst:master Dec 23, 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.

2 participants