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
When I implemented #802 I did not consider that the vertex_attr_array macro could not longer be used in a const environment. Rust 1.46 will allow match in const functions, so this can be resolved then.
Original issue: #801
When I implemented #802 I did not consider that the vertex_attr_array macro could not longer be used in a const environment. Rust 1.46 will allow match in const functions, so this can be resolved then.