mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-11-16 17:24:57 +00:00
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). |
||
|---|---|---|
| .. | ||
| CL | ||
| Documentation | ||
| ES | ||
| GL2 | ||
| Properties | ||
| Specifications | ||
| Structures | ||
| BindStreamWriter.cs | ||
| CppSpecWriter.cs | ||
| CSharpSpecWriter.cs | ||
| DocProcessor.cs | ||
| EnumProcessor.cs | ||
| FuncProcessor.cs | ||
| Generator.Bind.csproj | ||
| IBind.cs | ||
| ISpecReader.cs | ||
| ISpecWriter.cs | ||
| JavaSpecWriter.cs | ||
| Main.cs | ||
| Settings.cs | ||
| Utilities.cs | ||
| XmlSpecReader.cs | ||