quick backup of the renderer - things missing
[demo] / src / vulkan / mesh-vk.h
index 3e305cd..30593e9 100644 (file)
@@ -12,6 +12,7 @@ public:
        MeshVK& operator=(const MeshVK &mesh);
 
        virtual ~MeshVK();
+       virtual void draw() const override;
 };
 
 #endif // MESH_VK_H_
\ No newline at end of file