aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/rasterizer_interface.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2019-09-18 07:51:05 -0400
committerFernandoS27 <fsahmkow27@gmail.com>2019-09-19 11:41:31 -0400
commitc17655ce7465815bb69adf22c2d12f02a93d7d5c (patch)
tree07749426e3fd8e5fdd874e4d13c8df74428bca2f /src/video_core/rasterizer_interface.h
parent7606da5611b5626790e99b4387e033eaea20c2cb (diff)
Rasterizer: Refactor draw calls, remove deadcode and clean up.
Diffstat (limited to 'src/video_core/rasterizer_interface.h')
-rw-r--r--src/video_core/rasterizer_interface.h2
1 files changed, 1 insertions, 1 deletions
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