mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-24 23:15:45 +00:00
video_core: Fix drawing trigger mechanism regression
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user