early-access version 1287

This commit is contained in:
pineappleEA
2021-01-04 09:36:39 +01:00
parent eff713c80e
commit 8419c8146e
16 changed files with 182 additions and 138 deletions

View File

@@ -104,6 +104,11 @@ struct TextureCacheRuntime {
}
void InsertUploadMemoryBarrier() {}
bool HasBrokenTextureViewFormats() const noexcept {
// No known Vulkan driver has broken image views
return false;
}
};
class Image : public VideoCommon::ImageBase {