mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-10 16:26:32 -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