From 60c64a3f77aca01fea715fa8ba7a2b1f0ca77f38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Wed, 1 Dec 2021 11:22:36 -0800 Subject: [PATCH] Cleanup. --- scripts/bgfx.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bgfx.idl b/scripts/bgfx.idl index 6daf57370..be00c1075 100644 --- a/scripts/bgfx.idl +++ b/scripts/bgfx.idl @@ -427,7 +427,7 @@ flag.PciId { bits = 16 , const } .Amd (0x1002) --- AMD adapter. .Intel (0x8086) --- Intel adapter. .Nvidia (0x10de) --- nVidia adapter. - .Microsoft (0x1414) --- Microsoft adapter. + .Microsoft (0x1414) --- Microsoft adapter. () flag.CubeMap { bits = 8, const }