mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 05:38:02 -05:00
Vulkan Rasterizer: Fix clears on integer textures.
This commit is contained in:
committed by
Fernando Sahmkow
parent
150bc45401
commit
826a350e2b
@ -462,6 +462,10 @@ bool IsPixelFormatSRGB(PixelFormat format);
|
||||
|
||||
bool IsPixelFormatInteger(PixelFormat format);
|
||||
|
||||
bool IsPixelFormatSignedInteger(PixelFormat format);
|
||||
|
||||
size_t PixelComponentSizeBitsInteger(PixelFormat format);
|
||||
|
||||
std::pair<u32, u32> GetASTCBlockSize(PixelFormat format);
|
||||
|
||||
u64 EstimatedDecompressedSize(u64 base_size, PixelFormat format);
|
||||
|
Reference in New Issue
Block a user