Browse Source

Fix bad whitespacing

deadwanderer 3 months ago
parent
commit
78f0992918
1 changed files with 10 additions and 10 deletions
  1. 10 10
      vendor/directx/d3d12/d3d12.odin

+ 10 - 10
vendor/directx/d3d12/d3d12.odin

@@ -837,16 +837,16 @@ FEATURE :: enum i32 {
 	OPTIONS8                              = 36,
 	OPTIONS8                              = 36,
 	OPTIONS9                              = 37,
 	OPTIONS9                              = 37,
 	WAVE_MMA                              = 38,
 	WAVE_MMA                              = 38,
-	OPTIONS10	                            = 39,
-	OPTIONS11	                            = 40,
-	OPTIONS12	                            = 41,
-	OPTIONS13	                            = 42,
-	OPTIONS14	                            = 43,
-	OPTIONS15	                            = 44,
-	OPTIONS16	                            = 45,
-	OPTIONS17	                            = 46,
-	OPTIONS18	                            = 47,
-	OPTIONS19	                            = 48,
+	OPTIONS10                             = 39,
+	OPTIONS11                             = 40,
+	OPTIONS12                             = 41,
+	OPTIONS13                             = 42,
+	OPTIONS14                             = 43,
+	OPTIONS15                             = 44,
+	OPTIONS16                             = 45,
+	OPTIONS17                             = 46,
+	OPTIONS18                             = 47,
+	OPTIONS19                             = 48,
 }
 }
 
 
 SHADER_MIN_PRECISION_SUPPORT :: enum i32 {
 SHADER_MIN_PRECISION_SUPPORT :: enum i32 {