mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 17:35:46 +00:00
gl_rasterizer: Implement compute shaders
This commit is contained in:
parent
e221290cb7
commit
37a3fdc6c6
15 changed files with 351 additions and 137 deletions
|
@ -34,6 +34,9 @@ public:
|
|||
/// Clear the current framebuffer
|
||||
virtual void Clear() = 0;
|
||||
|
||||
/// Dispatches a compute shader invocation
|
||||
virtual void DispatchCompute(GPUVAddr code_addr) = 0;
|
||||
|
||||
/// Notify rasterizer that all caches should be flushed to Switch memory
|
||||
virtual void FlushAll() = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue