summaryrefslogtreecommitdiffstats
path: root/src/video_core/rasterizer_interface.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2019-09-18 13:51:05 +0200
committerFernandoS27 <fsahmkow27@gmail.com>2019-09-19 17:41:31 +0200
commitc17655ce7465815bb69adf22c2d12f02a93d7d5c (patch)
tree07749426e3fd8e5fdd874e4d13c8df74428bca2f /src/video_core/rasterizer_interface.h
parentVideoCore: Corrections to the MME Inliner and removal of hacky instance management. (diff)
downloadyuzu-c17655ce7465815bb69adf22c2d12f02a93d7d5c.tar
yuzu-c17655ce7465815bb69adf22c2d12f02a93d7d5c.tar.gz
yuzu-c17655ce7465815bb69adf22c2d12f02a93d7d5c.tar.bz2
yuzu-c17655ce7465815bb69adf22c2d12f02a93d7d5c.tar.lz
yuzu-c17655ce7465815bb69adf22c2d12f02a93d7d5c.tar.xz
yuzu-c17655ce7465815bb69adf22c2d12f02a93d7d5c.tar.zst
yuzu-c17655ce7465815bb69adf22c2d12f02a93d7d5c.zip
Diffstat (limited to '')
-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