summaryrefslogtreecommitdiff
path: root/src/video_core/surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/surface.h')
-rw-r--r--src/video_core/surface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/surface.h b/src/video_core/surface.h
index 83f31c12c..19268b7cd 100644
--- a/src/video_core/surface.h
+++ b/src/video_core/surface.h
@@ -547,6 +547,8 @@ SurfaceType GetFormatType(PixelFormat pixel_format);
547 547
548bool IsPixelFormatASTC(PixelFormat format); 548bool IsPixelFormatASTC(PixelFormat format);
549 549
550bool IsPixelFormatSRGB(PixelFormat format);
551
550std::pair<u32, u32> GetASTCBlockSize(PixelFormat format); 552std::pair<u32, u32> GetASTCBlockSize(PixelFormat format);
551 553
552/// Returns true if the specified PixelFormat is a BCn format, e.g. DXT or DXN 554/// Returns true if the specified PixelFormat is a BCn format, e.g. DXT or DXN