Vulkan Rasterizer: Fix clears on integer textures.
This commit is contained in:
parent
150bc45401
commit
826a350e2b
3 changed files with 84 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue