diff options
Diffstat (limited to 'src/video_core/rasterizer_interface.h')
| -rw-r--r-- | src/video_core/rasterizer_interface.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/video_core/rasterizer_interface.h b/src/video_core/rasterizer_interface.h index 1735b6164..33e2610bc 100644 --- a/src/video_core/rasterizer_interface.h +++ b/src/video_core/rasterizer_interface.h | |||
| @@ -47,6 +47,9 @@ public: | |||
| 47 | /// Dispatches an indirect draw invocation | 47 | /// Dispatches an indirect draw invocation |
| 48 | virtual void DrawIndirect() {} | 48 | virtual void DrawIndirect() {} |
| 49 | 49 | ||
| 50 | /// Dispatches an draw texture invocation | ||
| 51 | virtual void DrawTexture() = 0; | ||
| 52 | |||
| 50 | /// Clear the current framebuffer | 53 | /// Clear the current framebuffer |
| 51 | virtual void Clear(u32 layer_count) = 0; | 54 | virtual void Clear(u32 layer_count) = 0; |
| 52 | 55 | ||