From c17655ce7465815bb69adf22c2d12f02a93d7d5c Mon Sep 17 00:00:00 2001 From: Fernando Sahmkow Date: Wed, 18 Sep 2019 07:51:05 -0400 Subject: Rasterizer: Refactor draw calls, remove deadcode and clean up. --- src/video_core/rasterizer_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/video_core/rasterizer_interface.h') diff --git a/src/video_core/rasterizer_interface.h b/src/video_core/rasterizer_interface.h index a37b84b8c..fe0d82255 100644 --- a/src/video_core/rasterizer_interface.h +++ b/src/video_core/rasterizer_interface.h @@ -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 -- cgit v1.2.3