mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-15 19:28:29 +12:00
Vulkan: Use cache for sampler objects
This commit is contained in:
parent
6aaad1eb83
commit
b53b223ba9
4 changed files with 152 additions and 15 deletions
|
@ -124,6 +124,7 @@ typedef struct
|
|||
LattePerfStatCounter numGraphicPipelines;
|
||||
LattePerfStatCounter numImages;
|
||||
LattePerfStatCounter numImageViews;
|
||||
LattePerfStatCounter numSamplers;
|
||||
LattePerfStatCounter numRenderPass;
|
||||
LattePerfStatCounter numFramebuffer;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue