video_core: Implement maxwell3d draw texture method

This commit is contained in:
Feng Chen
2022-12-29 15:51:16 +08:00
parent b22892a306
commit 944d2e4154
14 changed files with 127 additions and 1 deletions
+3
View File
@@ -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;