Disable Batch indirect mode for Microsoft WARP (#2672)

* Disable Batch indirect mode for Microsoft WARP

* idl

Co-authored-by: Cedric Guillemet <ceguille@microsoft.com>
This commit is contained in:
Cedric Guillemet
2021-12-01 20:19:47 +01:00
committed by GitHub
parent 75fe88fe3a
commit 64a28415a8
6 changed files with 14 additions and 1 deletions

View File

@@ -1277,6 +1277,11 @@ public static partial class bgfx
/// nVidia adapter.
/// </summary>
Nvidia = 0x10de,
/// <summary>
/// Microsoft adapter.
/// </summary>
Microsoft = 0x1414,
}
[Flags]