early-access version 3012

This commit is contained in:
pineappleEA
2022-10-10 02:05:13 +02:00
parent 6834d23fab
commit b16ace6ba4
14 changed files with 140 additions and 169 deletions

View File

@@ -40,7 +40,7 @@ public:
virtual ~RasterizerInterface() = default;
/// Dispatches a draw invocation
virtual void Draw(bool is_indexed, bool is_instanced) = 0;
virtual void Draw(bool is_indexed) = 0;
/// Clear the current framebuffer
virtual void Clear() = 0;