Add an "Automatic" GL profile.

This commit is contained in:
Paul Chote
2020-10-01 18:47:06 +01:00
committed by abcdefg30
parent fc844cfa6d
commit 87c5cc96ad
4 changed files with 14 additions and 7 deletions

View File

@@ -17,6 +17,7 @@ namespace OpenRA
{
public enum GLProfile
{
Automatic,
Modern,
Embedded,
Legacy