diff options
| author | Liam <byteslice@airmail.cc> | 2022-11-16 22:41:40 -0500 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2022-11-17 08:31:43 -0500 |
| commit | 4c42655a2defddcd8faacaaa4e0bf109693b5a9c (patch) | |
| tree | 5ec83147c52c4542066585c8936c88ef5ab6c51a /src/video_core/rasterizer_interface.h | |
| parent | ece0c1095d29d940796568d7ce20fd5f414c4066 (diff) | |
maxwell3d: full HLE for multi-layer clears
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 1cbfef090..cfd872a40 100644 --- a/src/video_core/rasterizer_interface.h +++ b/src/video_core/rasterizer_interface.h @@ -43,7 +43,7 @@ public: virtual void Draw(bool is_indexed, u32 instance_count) = 0; /// Clear the current framebuffer - virtual void Clear() = 0; + virtual void Clear(u32 layer_count) = 0; /// Dispatches a compute shader invocation virtual void DispatchCompute() = 0; |
