mirror of
https://github.com/love2d/love.git
synced 2026-08-20 04:30:09 +02:00
metal: fix depth24stencil8 fallback on macOS
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
||||
};
|
||||
|
||||
API_AVAILABLE(macos(10.15), ios(13.0))
|
||||
static PixelFormatDesc convertPixelFormat(PixelFormat format, bool &isSRGB);
|
||||
static PixelFormatDesc convertPixelFormat(id<MTLDevice> device, PixelFormat format, bool &isSRGB);
|
||||
|
||||
}; // Metal
|
||||
|
||||
|
||||
Reference in New Issue
Block a user