internal/graphicsdriver/metal: fix a comment

This commit is contained in:
Hajime Hoshi 2023-01-24 02:22:35 +09:00
parent 16e49e0499
commit aa52402a90

View File

@ -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