Skip to content

Commit

Permalink
Rename single element vertex formats to remove the x1 postfix (gpuweb…
Browse files Browse the repository at this point in the history
  • Loading branch information
toji authored Feb 24, 2021
1 parent 0dc0dc1 commit 25bbe6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4548,15 +4548,15 @@ enum GPUVertexFormat {
"snorm16x4",
"float16x2",
"float16x4",
"float32x1",
"float32",
"float32x2",
"float32x3",
"float32x4",
"uint32x1",
"uint32",
"uint32x2",
"uint32x3",
"uint32x4",
"sint32x1",
"sint32",
"sint32x2",
"sint32x3",
"sint32x4",
Expand Down

0 comments on commit 25bbe6f

Please sign in to comment.