mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
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:
@@ -1277,6 +1277,11 @@ public static partial class bgfx
|
||||
/// nVidia adapter.
|
||||
/// </summary>
|
||||
Nvidia = 0x10de,
|
||||
|
||||
/// <summary>
|
||||
/// Microsoft adapter.
|
||||
/// </summary>
|
||||
Microsoft = 0x1414,
|
||||
}
|
||||
|
||||
[Flags]
|
||||
|
||||
Reference in New Issue
Block a user