video_coare: Reimplementing the maxwell drawing trigger mechanism

This commit is contained in:
FengChen 2022-10-21 15:38:50 +08:00
parent 6b71530fa8
commit 1f54cd4ac7
10 changed files with 139 additions and 224 deletions

View file

@ -40,7 +40,7 @@ public:
virtual ~RasterizerInterface() = default;
/// Dispatches a draw invocation
virtual void Draw(bool is_indexed, bool is_instanced) = 0;
virtual void Draw(bool is_indexed, u32 instance_count) = 0;
/// Clear the current framebuffer
virtual void Clear() = 0;