You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My hardware is compatible and my graphics drivers are up-to-date.
What happened?
If we try to run any of the examples that set the Settings::antialiasing flag to true, the example will compile but it won't display anything when opened in the browser!
The developer console shows a warning that most likely indicates the culprit:
WebGL: INVALID_OPERATION: copyBufferSubData: Cannot copy into an element buffer destination from a non-element buffer source
Is there an existing issue for this?
Is this issue related to iced?
What happened?
If we try to run any of the examples that set the
Settings::antialiasing
flag totrue
, the example will compile but it won't display anything when opened in the browser!The developer console shows a warning that most likely indicates the culprit:
If we set the
Settings::antialiasing
flag tofalse
, the example works as expected.What is the expected behavior?
The example should render correctly when the
Settings::antialiasing
flag is enabled, without warnings or errors.Version
master
Operative System
Linux
Do you have any log output?
The text was updated successfully, but these errors were encountered: