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

[Merged by Bors] - Use RenderQueue in BufferVec #2847

Commits on Sep 23, 2021

  1. bevy_render2: Use RenderQueue for BufferVec

    Eliminates the need for any staging buffer at all!
    superdump authored and cart committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    e9292f0 View commit details
    Browse the repository at this point in the history
  2. bevy_sprite2: Use BufferVec write_buffer with a RenderQueue

    This allows dropping of the SpriteNode entirely.
    superdump authored and cart committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    24a5449 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e4f99a View commit details
    Browse the repository at this point in the history
  4. fix imports

    cart committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    be61456 View commit details
    Browse the repository at this point in the history