[surface, vk, pipeline, texture_cache] Texture Sampling Fix

This commit is contained in:
CamilleLaVey
2025-11-24 19:53:02 -04:00
committed by Caio Oliveira
parent 58fb3487d1
commit c4b0d116e9
5 changed files with 65 additions and 10 deletions
+1
View File
@@ -520,6 +520,7 @@ bool IsPixelFormatInteger(PixelFormat format);
bool IsPixelFormatSignedInteger(PixelFormat format);
std::optional<PixelFormat> NormalizedCompatibleFormat(PixelFormat format);
std::optional<PixelFormat> IntegerCompatibleFormat(PixelFormat format);
size_t PixelComponentSizeBitsInteger(PixelFormat format);