diff options
| author | 2019-09-18 07:51:05 -0400 | |
|---|---|---|
| committer | 2019-09-19 11:41:31 -0400 | |
| commit | c17655ce7465815bb69adf22c2d12f02a93d7d5c (patch) | |
| tree | 07749426e3fd8e5fdd874e4d13c8df74428bca2f /src/video_core/rasterizer_interface.h | |
| parent | VideoCore: Corrections to the MME Inliner and removal of hacky instance manag... (diff) | |
| download | yuzu-c17655ce7465815bb69adf22c2d12f02a93d7d5c.tar.gz yuzu-c17655ce7465815bb69adf22c2d12f02a93d7d5c.tar.xz yuzu-c17655ce7465815bb69adf22c2d12f02a93d7d5c.zip | |
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.h | 2 |
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: | |||
| 31 | /// Draw the current batch of vertex arrays | 31 | /// Draw the current batch of vertex arrays |
| 32 | virtual void DrawArrays() = 0; | 32 | virtual void DrawArrays() = 0; |
| 33 | 33 | ||
| 34 | /// Draw the current batch of vertex arrays | 34 | /// Draw the current batch of multiple instasnces of vertex arrays |
| 35 | virtual void DrawMultiArrays() = 0; | 35 | virtual void DrawMultiArrays() = 0; |
| 36 | 36 | ||
| 37 | /// Clear the current framebuffer | 37 | /// Clear the current framebuffer |