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 slots in render graph #7995

Closed
wants to merge 21 commits into from

Commits on Mar 15, 2023

  1. Basic example

    IceSentry committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    6c2518b View commit details
    Browse the repository at this point in the history
  2. remove extract

    IceSentry committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    a56afa3 View commit details
    Browse the repository at this point in the history
  3. fix readme

    IceSentry committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    9889c7c View commit details
    Browse the repository at this point in the history
  4. fix comment

    IceSentry committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    fd62a03 View commit details
    Browse the repository at this point in the history
  5. specify node

    IceSentry committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    a1a1e1e View commit details
    Browse the repository at this point in the history
  6. Update examples/shader/post_process_pass.rs

    Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
    IceSentry and JMS55 committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    0617845 View commit details
    Browse the repository at this point in the history
  7. Update examples/shader/post_process_pass.rs

    Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
    IceSentry and JMS55 committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    466df59 View commit details
    Browse the repository at this point in the history
  8. Update examples/shader/post_process_pass.rs

    Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
    IceSentry and JMS55 committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    0e2d95d View commit details
    Browse the repository at this point in the history
  9. Update examples/shader/post_process_pass.rs

    Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
    IceSentry and JMS55 committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    8b2dc08 View commit details
    Browse the repository at this point in the history
  10. docs

    IceSentry committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    dcf1ef0 View commit details
    Browse the repository at this point in the history
  11. fullsreen triangle

    IceSentry committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    d3adbfc View commit details
    Browse the repository at this point in the history
  12. source/destination note

    IceSentry committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    e65d0c7 View commit details
    Browse the repository at this point in the history
  13. Apply suggestions from code review

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    IceSentry and superdump committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    e2bd972 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    95fe6a9 View commit details
    Browse the repository at this point in the history
  15. fix

    IceSentry committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    9b94c7a View commit details
    Browse the repository at this point in the history
  16. clean up

    IceSentry committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    3073d23 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. render graph utils

    IceSentry committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    e59d32e View commit details
    Browse the repository at this point in the history
  2. add tests

    IceSentry committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    362d417 View commit details
    Browse the repository at this point in the history
  3. use add_node in example

    IceSentry committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    9a977b1 View commit details
    Browse the repository at this point in the history
  4. wip

    IceSentry committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    bbc8a09 View commit details
    Browse the repository at this point in the history
  5. yeet node edge and downcast

    IceSentry committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    0160931 View commit details
    Browse the repository at this point in the history