mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-03 19:37:52 -05:00
video_core: Add BCn decoding support
This commit is contained in:
@ -501,6 +501,8 @@ SurfaceType GetFormatType(PixelFormat pixel_format);
|
||||
|
||||
bool IsPixelFormatASTC(PixelFormat format);
|
||||
|
||||
bool IsPixelFormatBCn(PixelFormat format);
|
||||
|
||||
bool IsPixelFormatSRGB(PixelFormat format);
|
||||
|
||||
bool IsPixelFormatInteger(PixelFormat format);
|
||||
|
Reference in New Issue
Block a user