Fix cast exceptions
This commit is contained in:
Родитель
022209b001
Коммит
0efe90338c
|
@ -43,7 +43,7 @@ namespace SkiaSharp.Views.Mac
|
||||||
{
|
{
|
||||||
WantsBestResolutionOpenGLSurface = true;
|
WantsBestResolutionOpenGLSurface = true;
|
||||||
|
|
||||||
var attrs = new object[]
|
var attrs = new NSOpenGLPixelFormatAttribute[]
|
||||||
{
|
{
|
||||||
//NSOpenGLPixelFormatAttribute.OpenGLProfile, (NSOpenGLPixelFormatAttribute)NSOpenGLProfile.VersionLegacy,
|
//NSOpenGLPixelFormatAttribute.OpenGLProfile, (NSOpenGLPixelFormatAttribute)NSOpenGLProfile.VersionLegacy,
|
||||||
NSOpenGLPixelFormatAttribute.Accelerated,
|
NSOpenGLPixelFormatAttribute.Accelerated,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче