mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 03:07:46 +00:00
video_core: Fix drawing trigger mechanism regression
This commit is contained in:
parent
fadd316c24
commit
2636c9f876
2 changed files with 76 additions and 67 deletions
|
@ -3143,6 +3143,8 @@ private:
|
|||
/// Handles use of topology overrides (e.g., to avoid using a topology assigned from a macro)
|
||||
void ProcessTopologyOverride();
|
||||
|
||||
void ProcessDraw(u32 instance_count = 1);
|
||||
|
||||
void ProcessDeferredDraw();
|
||||
|
||||
/// Returns a query's value or an empty object if the value will be deferred through a cache.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue