diff options
| author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2019-09-18 07:51:05 -0400 |
|---|---|---|
| committer | FernandoS27 <fsahmkow27@gmail.com> | 2019-09-19 11:41:31 -0400 |
| commit | c17655ce7465815bb69adf22c2d12f02a93d7d5c (patch) | |
| tree | 07749426e3fd8e5fdd874e4d13c8df74428bca2f /src/video_core/rasterizer_interface.h | |
| parent | 7606da5611b5626790e99b4387e033eaea20c2cb (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.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: /// 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 |
