mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-30 08:05:25 +00:00
83a3794ea3
RPI4 returns `false` for `textureCompressionBC` because it doesn't
support formats above BC3. As the Vulkan specification requires to
support all BC formats to have `true` for `textureCompressionBC`.
(cherry picked from commit 0467d27b07)
Signed-off-by: Itms <itms@wildfiregames.com>