mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-24 17:36:55 +00:00
Functions returning a value or array via an 'out' parameter will now get a convenience overload that returns the result via a return statement. In the case of arrays, only single-valued arrays will be supported. For example: void GetIntegerv(enum pname, out int value) will be get an overload of int GetIntegerv(enum pname) This will reduce the amount of helper overloads that must be maintained manually in GLHelpers.cs. |
||
---|---|---|
.. | ||
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 |