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

Update and extension of Adding push constants support #1369 #1733

Closed
wants to merge 8 commits into from

Commits on Mar 22, 2021

  1. Added set_push_constants to RenderPass

    Neo-Zhixing authored and mtsr committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    3b0ece4 View commit details
    Browse the repository at this point in the history
  2. RenderCommand

    Neo-Zhixing authored and mtsr committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    f2a8f05 View commit details
    Browse the repository at this point in the history
  3. push constant ranges

    # Conflicts:
    #	crates/bevy_render/src/pipeline/pipeline_layout.rs
    #	crates/bevy_wgpu/src/wgpu_type_converter.rs
    Neo-Zhixing authored and mtsr committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    8356a9f View commit details
    Browse the repository at this point in the history
  4. Use Vec<u8> for Draw::set_push_constants

    Neo-Zhixing authored and mtsr committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    c47f864 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41821cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    31d5181 View commit details
    Browse the repository at this point in the history
  7. Add push_constants example

    mtsr committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    22d1028 View commit details
    Browse the repository at this point in the history
  8. Remove completed TODO

    mtsr committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    49f6855 View commit details
    Browse the repository at this point in the history