diff options
Diffstat (limited to 'src/video_core/surface.h')
| -rw-r--r-- | src/video_core/surface.h | 2 |
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 | ||
| 548 | bool IsPixelFormatASTC(PixelFormat format); | 548 | bool IsPixelFormatASTC(PixelFormat format); |
| 549 | 549 | ||
| 550 | bool IsPixelFormatSRGB(PixelFormat format); | ||
| 551 | |||
| 550 | std::pair<u32, u32> GetASTCBlockSize(PixelFormat format); | 552 | std::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 |