mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
basic functionality for indexed draw in vulkan
This commit is contained in:
@@ -17,7 +17,7 @@ namespace love {
|
||||
void markUsed(size_t usedSize) override;
|
||||
|
||||
ptrdiff_t getHandle() const override {
|
||||
return 0;
|
||||
return (ptrdiff_t) buffer;
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user