From 78f09929187d176b15aea89ff2e51cce9347f586 Mon Sep 17 00:00:00 2001 From: deadwanderer Date: Wed, 14 May 2025 08:53:53 -0400 Subject: [PATCH] Fix bad whitespacing --- vendor/directx/d3d12/d3d12.odin | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/vendor/directx/d3d12/d3d12.odin b/vendor/directx/d3d12/d3d12.odin index 52ee56a98..083fa47ba 100644 --- a/vendor/directx/d3d12/d3d12.odin +++ b/vendor/directx/d3d12/d3d12.odin @@ -837,16 +837,16 @@ FEATURE :: enum i32 { OPTIONS8 = 36, OPTIONS9 = 37, 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 {