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
Add the shader system which converts their custom layout vertex attributes to each standard vertex attribute (Position, Normal, Texcoord, etc...)
Add the "CustomVertexAttribute" class, which has functionalities of view / copy to a target vertex attributes layout from an original vertex attributes layout.
This feature is ...
The shader system converts this:
to
The text was updated successfully, but these errors were encountered: