From 68f5aff64f231e77fed726b91619061e308b7b2d Mon Sep 17 00:00:00 2001 From: Fernando Sahmkow Date: Sun, 22 Sep 2019 07:23:13 -0400 Subject: Maxwell3D: Corrections and refactors to MME instance refactor --- 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 deadd70ec..5b0eca9e2 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 bool DrawBatch(bool is_indexed) = 0; - /// Draw the current batch of multiple instasnces of vertex arrays + /// Draw the current batch of multiple instances of vertex arrays virtual bool DrawMultiBatch(bool is_indexed) = 0; /// Clear the current framebuffer -- cgit v1.2.3