Fix clearing bug, add FIFO_RELAXED flag, etc
This commit is contained in:
parent
ddb36a35a0
commit
01e3fbae95
13 changed files with 97 additions and 72 deletions
|
@ -89,6 +89,10 @@ TextureCacheVulkan::~TextureCacheVulkan() {
|
|||
Clear(true);
|
||||
}
|
||||
|
||||
void TextureCacheVulkan::DownloadFramebufferForClut(u32 clutAddr, u32 bytes) {
|
||||
|
||||
}
|
||||
|
||||
static u32 EstimateTexMemoryUsage(const TextureCacheVulkan::TexCacheEntry *entry) {
|
||||
const u16 dim = entry->dim;
|
||||
const u8 dimW = ((dim >> 0) & 0xf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue