mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
internal/graphicsdriver/metal: fix a comment
This commit is contained in:
parent
16e49e0499
commit
aa52402a90
@ -698,7 +698,7 @@ func (g *Graphics) MaxImageSize() int {
|
||||
return g.maxImageSize
|
||||
}
|
||||
|
||||
// supportsFeatureSet is deprecated but some old macOS/iOS versions only supports this (#2553).
|
||||
// supportsFeatureSet is deprecated but some old macOS/iOS versions supports only this (#2553).
|
||||
switch {
|
||||
case d.SupportsFeatureSet(mtl.FeatureSet_iOS_GPUFamily5_v1):
|
||||
g.maxImageSize = 16384
|
||||
|
Loading…
Reference in New Issue
Block a user