mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-09 19:55:26 +00:00
Removed obsolete compatibiliy fields.
This commit is contained in:
parent
86189c2fc4
commit
7601a86f6d
|
@ -36,22 +36,6 @@ namespace OpenTK.Graphics
|
|||
/// </summary>
|
||||
public abstract class GraphicsBindingsBase : BindingsBase
|
||||
{
|
||||
/// <summary>
|
||||
/// Contains the list of API entry points (function pointers).
|
||||
/// This field must be set by an inheriting class.
|
||||
/// </summary>
|
||||
[Obsolete("Not used - this field remains for 1.1 API compatibility")]
|
||||
protected IntPtr[] EntryPointsInstance;
|
||||
|
||||
/// <summary>
|
||||
/// with the 1.1 API.
|
||||
/// Contains the list of API entry point names.
|
||||
/// This field must be set by an inheriting class.
|
||||
/// </summary>
|
||||
[Obsolete("Not used - this field remains for 1.1 API compatibility")]
|
||||
protected string[] EntryPointNamesInstance;
|
||||
|
||||
|
||||
internal IntPtr[] _EntryPointsInstance;
|
||||
internal byte[] _EntryPointNamesInstance;
|
||||
internal int[] _EntryPointNameOffsetsInstance;
|
||||
|
|
Loading…
Reference in a new issue