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
That extension is for elements (the index buffer) in drawElements/drawElementsInstanced, not attributes. So you can't use uint32 as the type there. Even when using the other integer types, they will be converted to floating-point in the shader.
gives
Changing type to
uint16
works fine.The text was updated successfully, but these errors were encountered: