Minor cleanup of some metal helper code

This commit is contained in:
Alex Szpakowski
2020-02-28 23:00:07 -04:00
parent e001e4336d
commit 7c1a344c23
3 changed files with 15 additions and 16 deletions
-1
View File
@@ -36,7 +36,6 @@ class Metal
{
public:
static MTLTextureType getTextureType(TextureType type, int msaa);
static MTLPixelFormat convertPixelFormat(PixelFormat format, bool &isSRGB);
}; // Metal