mirror of https://github.com/AxioDL/boo.git
Metal: Fix UChar4 semantic type
This commit is contained in:
parent
d13fbda0c0
commit
8dd258fc62
|
@ -719,7 +719,7 @@ static const MTLVertexFormat SEMANTIC_TYPE_TABLE[] =
|
|||
MTLVertexFormatFloat3,
|
||||
MTLVertexFormatFloat4,
|
||||
MTLVertexFormatFloat4,
|
||||
MTLVertexFormatUChar4Normalized,
|
||||
MTLVertexFormatUChar4,
|
||||
MTLVertexFormatFloat2,
|
||||
MTLVertexFormatFloat4,
|
||||
MTLVertexFormatFloat4,
|
||||
|
|
Loading…
Reference in New Issue