mirror of
https://github.com/love2d/love.git
synced 2026-08-17 02:58:31 +02:00
love.graphics.dispatchThreadgroups;
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user