Browse Source

Keep `-vet` happy

gingerBill 1 year ago
parent
commit
944fdd11f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vendor/directx/dxgi/dxgi.odin

+ 1 - 1
vendor/directx/dxgi/dxgi.odin

@@ -1187,7 +1187,7 @@ IOutput5_VTable :: struct {
 HDR_METADATA_TYPE :: enum i32 {
 	NONE      = 0,
 	HDR10     = 1,
-	HDR10PLUS = 2
+	HDR10PLUS = 2,
 }
 
 HDR_METADATA_HDR10 :: struct {