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
#2334 ran into a problem where a shader has been optimised, and all its variable names stripped out. Vertex and co currently rely on having the names available, and will panic if they're not present. It would be useful if Vertex could specify not only names, but also location IDs, so that it could be used even when the shader doesn't have any names in it.
The text was updated successfully, but these errors were encountered:
#2334 ran into a problem where a shader has been optimised, and all its variable names stripped out.
Vertex
and co currently rely on having the names available, and will panic if they're not present. It would be useful ifVertex
could specify not only names, but also location IDs, so that it could be used even when the shader doesn't have any names in it.The text was updated successfully, but these errors were encountered: