mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-12 20:55:37 +00:00
2444ccf082
Function overrides are now looked up in the following order: specific name (e.g. ProgramParameteriARB), extensionless name (e.g. ProgramParameteri) and generic mame (e.g. ProgramParameter). This improves the override resolution for functions with multiple extension forms (core, ext, arb, etc). |
||
---|---|---|
.. | ||
ErrorHelper.cs | ||
GL.cs | ||
GLCore.cs | ||
GLDelegates.cs | ||
GLEnums.cs | ||
GLHelper.cs |