love.graphics.dispatchThreadgroups;

This commit is contained in:
bjorn
2021-06-04 22:11:21 -06:00
committed by bjorn
parent 085ba2cb6e
commit 25fbf1d8ce
5 changed files with 42 additions and 0 deletions
+2
View File
@@ -68,6 +68,8 @@ public:
void setActive(bool active) override;
void dispatch(int x, int y, int z) override;
void draw(const DrawCommand &cmd) override;
void draw(const DrawIndexedCommand &cmd) override;
void drawQuads(int start, int count, const VertexAttributes &attributes, const BufferBindings &buffers, love::graphics::Texture *texture) override;