mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 15:45:46 +00:00
video_core: Implement opengl/vulkan draw_texture
This commit is contained in:
parent
79268b94de
commit
3b5e1a24bc
19 changed files with 284 additions and 131 deletions
|
@ -46,6 +46,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