early-access version 3286

This commit is contained in:
pineappleEA
2023-01-05 21:20:31 +01:00
parent 983f6f54b0
commit dff889b703
139 changed files with 871 additions and 1991 deletions

View File

@@ -46,9 +46,6 @@ 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;