mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 11:05:46 +00:00
renderer_opengl: Implement BlendEquation and BlendFunc.
This commit is contained in:
parent
0f02c41f18
commit
4d9c441bef
6 changed files with 140 additions and 7 deletions
|
@ -19,7 +19,7 @@ public:
|
|||
virtual void DrawArrays() = 0;
|
||||
|
||||
/// Notify rasterizer that the specified Maxwell register has been changed
|
||||
virtual void NotifyMaxwellRegisterChanged(u32 id) = 0;
|
||||
virtual void NotifyMaxwellRegisterChanged(u32 method) = 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