vulkan: remove getDefaultTexture

This commit is contained in:
niki
2023-05-11 11:56:06 +02:00
parent 8b419522d7
commit 332b456131
4 changed files with 11 additions and 19 deletions
+1 -1
View File
@@ -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 ""; }