mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 15:45:46 +00:00
Merge pull request #9556 from vonchenplus/draw_texture
video_core: Implement maxwell3d draw texture method
This commit is contained in:
commit
1bd93d9f3b
25 changed files with 495 additions and 118 deletions
|
@ -47,6 +47,9 @@ public:
|
|||
/// Dispatches an indirect draw invocation
|
||||
virtual void DrawIndirect() {}
|
||||
|
||||
/// Dispatches an draw texture invocation
|
||||
virtual void DrawTexture() = 0;
|
||||
|
||||
/// Clear the current framebuffer
|
||||
virtual void Clear(u32 layer_count) = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue