mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-17 13:12:40 +00:00
Rasterizer: Refactor draw calls, remove deadcode and clean up.
This commit is contained in:
committed by
FernandoS27
parent
7606da5611
commit
c17655ce74
@@ -31,7 +31,7 @@ public:
|
||||
/// Draw the current batch of vertex arrays
|
||||
virtual void DrawArrays() = 0;
|
||||
|
||||
/// Draw the current batch of vertex arrays
|
||||
/// Draw the current batch of multiple instasnces of vertex arrays
|
||||
virtual void DrawMultiArrays() = 0;
|
||||
|
||||
/// Clear the current framebuffer
|
||||
|
||||
Reference in New Issue
Block a user