diff --git a/projects/platform/platform_macos/gryphn_platform_macos.m b/projects/platform/platform_macos/gryphn_platform_macos.m index 2019db2..bf26e19 100644 --- a/projects/platform/platform_macos/gryphn_platform_macos.m +++ b/projects/platform/platform_macos/gryphn_platform_macos.m @@ -43,7 +43,6 @@ void gnResizeCAMetalLayer(NSWindow* window) { CGFloat scale = window.screen.backingScaleFactor; layer.drawableSize = CGSizeMake(viewSize.width * scale, viewSize.height * scale); - layer.pixelFormat = MTLPixelFormatBGRA8Unorm; } // CAMetalLayer* gnGetCAMetalLayer(NSWindow* window) {