mirror of
https://github.com/love2d/love.git
synced 2026-08-17 02:58:31 +02:00
vulkan: remove getDefaultTexture
This commit is contained in:
@@ -70,7 +70,7 @@ public:
|
||||
|
||||
void attach() override;
|
||||
|
||||
ptrdiff_t getHandle() const { return 0; }
|
||||
ptrdiff_t getHandle() const override { return 0; }
|
||||
|
||||
std::string getWarnings() const override { return ""; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user