File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class VertexFormat(IntEnum):
50
50
51
51
VERTEX_FORMAT_2017_STRUCT_TYPE_MAP = {
52
52
VertexFormat2017 .kVertexFormatFloat : "f" ,
53
- VertexFormat2017 .kVertexFormatFloat16 : "h " ,
53
+ VertexFormat2017 .kVertexFormatFloat16 : "e " ,
54
54
VertexFormat2017 .kVertexFormatColor : "B" ,
55
55
VertexFormat2017 .kVertexFormatUNorm8 : "B" ,
56
56
VertexFormat2017 .kVertexFormatSNorm8 : "b" ,
@@ -66,7 +66,7 @@ class VertexFormat(IntEnum):
66
66
67
67
VERTEX_FORMAT_STRUCT_TYPE_MAP = {
68
68
VertexFormat .kVertexFormatFloat : "f" ,
69
- VertexFormat .kVertexFormatFloat16 : "h " ,
69
+ VertexFormat .kVertexFormatFloat16 : "e " ,
70
70
VertexFormat .kVertexFormatUNorm8 : "B" ,
71
71
VertexFormat .kVertexFormatSNorm8 : "b" ,
72
72
VertexFormat .kVertexFormatUNorm16 : "H" ,
You can’t perform that action at this time.
0 commit comments