Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRemove use of wake_after_send in webgl code #24607
Open
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#24482 removes the use of main-thread webgl. The wake_after_send helpers in webglrenderingcontext.rs were added to ensure the main thread wakes up and processes webgl messages, but that is no longer necessary.