diff options
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 |