quick backup of the renderer - things missing
[demo] / src / vulkan / texture-vk.h
index f31b4a7..bc99c83 100644 (file)
@@ -10,6 +10,8 @@ private:
 public:
        TextureVK();
        virtual ~TextureVK();
+
+       virtual void bind() override;
 };
 
-#endif // TEXTURE_VK_H_
+#endif // TEXTURE_VK_H_
\ No newline at end of file