mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 03:27:53 +00:00
Query Cachge: Fully rework Vulkan's query cache
This commit is contained in:
parent
7f78d844ab
commit
5ea12207f3
35 changed files with 1573 additions and 355 deletions
|
@ -3182,9 +3182,6 @@ private:
|
|||
/// Handles writes to syncing register.
|
||||
void ProcessSyncPoint();
|
||||
|
||||
/// Returns a query's value or an empty object if the value will be deferred through a cache.
|
||||
std::optional<u64> GetQueryResult();
|
||||
|
||||
void RefreshParametersImpl();
|
||||
|
||||
bool IsMethodExecutable(u32 method);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue