Metal: Fix UChar4 semantic type

This commit is contained in:
Luke Street 2021-05-24 18:52:23 -04:00
parent d13fbda0c0
commit 8dd258fc62
1 changed files with 1 additions and 1 deletions

View File

@ -719,7 +719,7 @@ static const MTLVertexFormat SEMANTIC_TYPE_TABLE[] =
MTLVertexFormatFloat3,
MTLVertexFormatFloat4,
MTLVertexFormatFloat4,
MTLVertexFormatUChar4Normalized,
MTLVertexFormatUChar4,
MTLVertexFormatFloat2,
MTLVertexFormatFloat4,
MTLVertexFormatFloat4,