Julien Lebosquain
3 years ago
No known key found for this signature in database
GPG Key ID: 1833CAD10ACC46FD
2 changed files with
0 additions and
4 deletions
-
src/Avalonia.OpenGL/GlInterface.cs
-
src/Avalonia.OpenGL/IGlContext.cs
|
|
|
@ -73,9 +73,6 @@ namespace Avalonia.OpenGL |
|
|
|
[GetProcAddress("glFinish")] |
|
|
|
public partial void Finish(); |
|
|
|
|
|
|
|
[GetProcAddress("glGetIntegerv")] |
|
|
|
public partial void GetIntegerv(int name, out int rv); |
|
|
|
|
|
|
|
[GetProcAddress("glGenFramebuffers")] |
|
|
|
public partial void GenFramebuffers(int count, int* res); |
|
|
|
|
|
|
|
|
|
|
|
@ -12,7 +12,6 @@ namespace Avalonia.OpenGL |
|
|
|
int SampleCount { get; } |
|
|
|
int StencilSize { get; } |
|
|
|
IDisposable MakeCurrent(); |
|
|
|
IDisposable EnsureCurrent(); |
|
|
|
bool IsSharedWith(IGlContext context); |
|
|
|
bool CanCreateSharedContext { get; } |
|
|
|
IGlContext? CreateSharedContext(IEnumerable<GlVersion>? preferredVersions = null); |
|
|
|
|