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 upwebgl2 particles demo doesn't animate #26137
Closed
Labels
Comments
bors-servo
added a commit
that referenced
this issue
Apr 8, 2020
Fix webgl transform feedback This allows https://www.joshmatthews.net/webxr-particles/ to run in Servo. This change corresponds with the following spec text: ``` GL_INVALID_OPERATION is generated by glBeginTransformFeedback if no binding points would be used, either because no program object is active of because the active program object has specified no varying variables to record. ``` --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #26137 - [x] There are tests for these changes
bors-servo
added a commit
that referenced
this issue
Apr 15, 2020
Fix webgl transform feedback This allows https://www.joshmatthews.net/webxr-particles/ to run in Servo. This change corresponds with the following spec text: ``` GL_INVALID_OPERATION is generated by glBeginTransformFeedback if no binding points would be used, either because no program object is active of because the active program object has specified no varying variables to record. ``` --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #26137 - [x] There are tests for these changes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://toji.github.io/webgl2-particles-2/
Run with
--pref dom.webgl2.enabled