Explorar el Código

Keep `-vet` happy

gingerBill hace 1 año
padre
commit
944fdd11f2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {