mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
Address feedback from previous PR
This commit is contained in:
@@ -455,9 +455,6 @@ void TextureCacheVulkan::BuildTexture(TexCacheEntry *const entry) {
|
||||
Draw::DataFormat fmt = plan.replaced->Format();
|
||||
bcFormat = Draw::DataFormatIsBlockCompressed(fmt, &bcAlign);
|
||||
actualFmt = ToVulkanFormat(fmt);
|
||||
if (actualFmt != VULKAN_8888_FORMAT) {
|
||||
actualFmt = actualFmt;
|
||||
}
|
||||
}
|
||||
|
||||
bool computeUpload = false;
|
||||
|
||||
Reference in New Issue
Block a user