mirror of https://github.com/xemu-project/xemu.git
n2va/vk: Drop debug message
This commit is contained in:
parent
27531ec1ca
commit
1973ed7f58
|
@ -115,8 +115,6 @@ static void pipeline_cache_entry_post_evict(Lru *lru, LruNode *node)
|
|||
|
||||
vkDestroyPipelineLayout(r->device, snode->layout, NULL);
|
||||
snode->layout = VK_NULL_HANDLE;
|
||||
|
||||
fprintf(stderr, "released pipeline\n");
|
||||
}
|
||||
|
||||
static bool pipeline_cache_entry_compare(Lru *lru, LruNode *node, void *key)
|
||||
|
|
Loading…
Reference in New Issue