-
Notifications
You must be signed in to change notification settings - Fork 1
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
Color changes when rotating the scene on on the web. #2
Comments
Interestingly, GL backend runs correctly. So this is something specific to WebGL. |
The problem is related to the value of |
This might be related to gfx-rs/wgpu#2072 (comment)? I tried changing the |
Any warnings like that in your console? |
No, I am only getting two unrelated warnings. |
wgpu is confused by the fact your entry points are both named |
Thank you very much. With the recent changes I made yesterday to align the uniform to 16 bytes, I only had to change the names of the entry point. |
When rotating the scene using the WebGL2 backend the color of my texture somehow changes constantly.
I am pretty sure this is a wgpu bug on WebGL2 or I am using something that is not yet supported.
GIFs
WebGL2
Native
How it should behave (the yellow circle is only there to indicate that the mouse is pressed).

The text was updated successfully, but these errors were encountered: