mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fix MSAA with ARM Mali OpenGL ES (#2818)
* Fix MSAA with ARM Mali OpenGL ES * indenting
This commit is contained in:
@@ -1288,6 +1288,11 @@ public static class bgfx
|
||||
/// Microsoft adapter.
|
||||
/// </summary>
|
||||
Microsoft = 0x1414,
|
||||
|
||||
/// <summary>
|
||||
/// ARM adapter.
|
||||
/// </summary>
|
||||
Arm = 0x13b5,
|
||||
}
|
||||
|
||||
[AllowDuplicates]
|
||||
|
||||
Reference in New Issue
Block a user