Fix MSAA with ARM Mali OpenGL ES (#2818)

* Fix MSAA with ARM Mali OpenGL ES

* indenting
This commit is contained in:
Cedric Guillemet
2022-06-15 03:35:19 -07:00
committed by GitHub
parent 6cf243f469
commit f0cf1794e7
8 changed files with 177 additions and 37 deletions

View File

@@ -1288,6 +1288,11 @@ public static class bgfx
/// Microsoft adapter.
/// </summary>
Microsoft = 0x1414,
/// <summary>
/// ARM adapter.
/// </summary>
Arm = 0x13b5,
}
[AllowDuplicates]