video_core: Fix drawing trigger mechanism regression

This commit is contained in:
FengChen
2022-10-27 13:21:47 +08:00
parent 2dd6a2352d
commit f6e7cae62c
2 changed files with 76 additions and 67 deletions

View File

@ -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.