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

Clean-up extraction a bit #411

Merged
merged 1 commit into from
Dec 22, 2024
Merged

Clean-up extraction a bit #411

merged 1 commit into from
Dec 22, 2024

Conversation

djeedai
Copy link
Owner

@djeedai djeedai commented Dec 22, 2024

  • Remove the unused HashMap for extracted effects, simply extract them into a Vec. We don't need the lookup anymore.
  • Extract the GlobalTransform as is, and do any conversion to GPU transform later during processing when the main world is not locked.

- Remove the unused `HashMap` for extracted effects, simply extract them
  into a `Vec`. We don't need the lookup anymore.
- Extract the `GlobalTransform` as is, and do any conversion to GPU
  transform later during processing when the main world is not locked.
@djeedai djeedai added the A - internal Internal change on a core system label Dec 22, 2024
@djeedai djeedai merged commit 7b1a3cd into main Dec 22, 2024
15 checks passed
@djeedai djeedai deleted the u/xtract branch December 22, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A - internal Internal change on a core system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant