Vertex format ABI break

remotes/1695057764242510520/main
cosmonaut 2022-03-17 14:41:47 -07:00
parent cd18b03c0f
commit 2613c7b73c
1 changed files with 2 additions and 1 deletions

View File

@ -153,7 +153,8 @@ namespace RefreshCS
public enum VertexElementFormat public enum VertexElementFormat
{ {
Single, UInt,
Float,
Vector2, Vector2,
Vector3, Vector3,
Vector4, Vector4,