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

Move the effects and synthetic events dispatching to after the draw phase in the render loop. #1260

Merged
merged 4 commits into from
Apr 11, 2024

Commits on Apr 10, 2024

  1. Move the effects and synthetic events dispatching to after the draw p…

    …hase in the render loop.
    m-sasha committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    78dbb0d View commit details
    Browse the repository at this point in the history
  2. Remove render phases tests from ComposeSceneTest, as some of them are…

    … no longer valid and others are in RenderPhasesTest
    m-sasha committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    56cddc1 View commit details
    Browse the repository at this point in the history
  3. Update renderingTest to use MultiLayerComposeScene instead of the…

    … deprecated `ComposeScene`.
    m-sasha committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    6e996ee View commit details
    Browse the repository at this point in the history
  4. Don't explicitly invalidate the scene when the input handler needs to…

    … send synthetic events, as that now happens automatically via recomposer.hasPendingWork
    m-sasha committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c653da1 View commit details
    Browse the repository at this point in the history