From cd152c961efe8fc3c5053ef0d3f4360e7a7acce5 Mon Sep 17 00:00:00 2001 From: "re.kovalev" Date: Thu, 7 Apr 2022 12:29:29 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BC=D0=B5=D1=82=D0=BE=D0=B4=20=D0=BF=D1=80=D0=B8=D0=B2=D1=8F?= =?UTF-8?q?=D0=B7=D0=BA=D0=B8=20=D0=B1=D1=83=D1=84=D0=B5=D1=80=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/I_Model.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/I_Model.h b/include/I_Model.h index 425af8f..33c5ea1 100644 --- a/include/I_Model.h +++ b/include/I_Model.h @@ -7,7 +7,8 @@ class I_Model { public: virtual void render(VkCommandBuffer commandBuffer) = 0; - + protected: + virtual void bindBuffers(VkCommandBuffer commandBuffer) = 0; }; #endif // I_MODEL_H \ No newline at end of file