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 a2a651f34..641b95c7c 100644 --- a/src/video_core/rasterizer_interface.h +++ b/src/video_core/rasterizer_interface.h | |||
| @@ -43,7 +43,7 @@ public: | |||
| 43 | virtual void Draw(bool is_indexed, u32 instance_count) = 0; | 43 | virtual void Draw(bool is_indexed, u32 instance_count) = 0; |
| 44 | 44 | ||
| 45 | /// Dispatches an indirect draw invocation | 45 | /// Dispatches an indirect draw invocation |
| 46 | virtual void DrawIndirect(bool is_indexed) {} | 46 | virtual void DrawIndirect() {} |
| 47 | 47 | ||
| 48 | /// Clear the current framebuffer | 48 | /// Clear the current framebuffer |
| 49 | virtual void Clear(u32 layer_count) = 0; | 49 | virtual void Clear(u32 layer_count) = 0; |