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 RML to the latest HEAD #544

Merged
merged 4 commits into from
Jun 2, 2024
Merged

Update RML to the latest HEAD #544

merged 4 commits into from
Jun 2, 2024

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    8add50e View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    7609832 View commit details
    Browse the repository at this point in the history
  2. Runtime: Update the WebGPU render interface for RML 6

    The events should probably be streamlined since there's no more immediate rendering, but I'll tackle that separately.
    rdw-software committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    b810bb9 View commit details
    Browse the repository at this point in the history
  3. Runtime: Streamline some deferred UI events for RML 6

    The library no longer supports immediate rendering, so there's no point in keeping the old event names around. Since the contract was broken anyway, might as well rename the events to match the new behavior and get it over with.
    rdw-software committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    e5ac724 View commit details
    Browse the repository at this point in the history