diff options
| author | 2019-09-22 07:23:13 -0400 | |
|---|---|---|
| committer | 2019-09-22 07:23:13 -0400 | |
| commit | 68f5aff64f231e77fed726b91619061e308b7b2d (patch) | |
| tree | dfb0af079a7e4f6da108a9dd4484c9cee069b2d0 /src/video_core/rasterizer_interface.h | |
| parent | Rasterizer: Correct introduced bug where a conditional render wouldn't stop a... (diff) | |
| download | yuzu-68f5aff64f231e77fed726b91619061e308b7b2d.tar.gz yuzu-68f5aff64f231e77fed726b91619061e308b7b2d.tar.xz yuzu-68f5aff64f231e77fed726b91619061e308b7b2d.zip | |
Maxwell3D: Corrections and refactors to MME instance refactor
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 deadd70ec..5b0eca9e2 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 bool DrawBatch(bool is_indexed) = 0; | 32 | virtual bool DrawBatch(bool is_indexed) = 0; |
| 33 | 33 | ||
| 34 | /// Draw the current batch of multiple instasnces of vertex arrays | 34 | /// Draw the current batch of multiple instances of vertex arrays |
| 35 | virtual bool DrawMultiBatch(bool is_indexed) = 0; | 35 | virtual bool DrawMultiBatch(bool is_indexed) = 0; |
| 36 | 36 | ||
| 37 | /// Clear the current framebuffer | 37 | /// Clear the current framebuffer |