From 25bbe6ffa1f7b83f59ac433d28cb738f219958ae Mon Sep 17 00:00:00 2001 From: Brandon Jones Date: Wed, 24 Feb 2021 14:50:29 -0800 Subject: [PATCH] Rename single element vertex formats to remove the x1 postfix (#1469) --- spec/index.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/index.bs b/spec/index.bs index 37a3bdd313..07b03e6b34 100644 --- a/spec/index.bs +++ b/spec/index.bs @@ -4548,15 +4548,15 @@ enum GPUVertexFormat { "snorm16x4", "float16x2", "float16x4", - "float32x1", + "float32", "float32x2", "float32x3", "float32x4", - "uint32x1", + "uint32", "uint32x2", "uint32x3", "uint32x4", - "sint32x1", + "sint32", "sint32x2", "sint32x3", "sint32x4",