mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 15:45:46 +00:00
maxwell3d: full HLE for multi-layer clears
This commit is contained in:
parent
bc9a3c2033
commit
e219606128
8 changed files with 17 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue