mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 17:25:39 +00:00
Added GL and CL to Acronyms regex.
This commit is contained in:
parent
5ef382c043
commit
fbb17d9815
|
@ -72,7 +72,7 @@ namespace Bind
|
|||
public static readonly Regex Extensions = new Regex(
|
||||
"ARB|EXT|ATIX|ATI|AMDX|AMD|NV|NVX|SUNX|SUN|SGIS|SGIX|SGI|MESAX|MESA|3DFX|IBM|GREMEDY|HP|INTEL|PGI|INGR|APPLE|OML|I3D|ARM|ANGLE|OES|QCOM|VIV|IMG",
|
||||
RegexOptions.Compiled);
|
||||
public static readonly Regex Acronyms = new Regex(Extensions.ToString() + "|EGL|3TC|DXT|ES|RGBA|BGRA|RGB|BGR|ETC",
|
||||
public static readonly Regex Acronyms = new Regex(Extensions.ToString() + "|EGL|3TC|DXT|ES|GL|CL|RGBA|BGRA|RGB|BGR|ETC",
|
||||
RegexOptions.Compiled);
|
||||
|
||||
#region internal StreamReader OpenSpecFile(string file)
|
||||
|
|
Loading…
Reference in a new issue