diff options
| author | 2022-11-19 01:46:48 -0800 | |
|---|---|---|
| committer | 2022-11-19 01:46:48 -0800 | |
| commit | 4975f60162184be7549f24b6a42b371ee9de83a2 (patch) | |
| tree | a56bc8aeaad9a439ce166626bc210f164b6611de /src/video_core/rasterizer_interface.h | |
| parent | Merge pull request #9253 from vonchenplus/attr_layer (diff) | |
| parent | maxwell3d: full HLE for multi-layer clears (diff) | |
| download | yuzu-4975f60162184be7549f24b6a42b371ee9de83a2.tar.gz yuzu-4975f60162184be7549f24b6a42b371ee9de83a2.tar.xz yuzu-4975f60162184be7549f24b6a42b371ee9de83a2.zip | |
Merge pull request #9252 from liamwhite/radv-superiority
maxwell3d: HLE multi-layer clear macro
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: | |||
| 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 | /// Clear the current framebuffer | 45 | /// Clear the current framebuffer |
| 46 | virtual void Clear() = 0; | 46 | virtual void Clear(u32 layer_count) = 0; |
| 47 | 47 | ||
| 48 | /// Dispatches a compute shader invocation | 48 | /// Dispatches a compute shader invocation |
| 49 | virtual void DispatchCompute() = 0; | 49 | virtual void DispatchCompute() = 0; |