From ed0b26eec6b064c3dd2d9314f0b00e724e6290e6 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Wed, 17 Apr 2019 02:26:58 +0800 Subject: [PATCH] =?UTF-8?q?VertexInput=E5=A2=9E=E5=8A=A0=E7=BC=BA=E7=9C=81?= =?UTF-8?q?=E6=9E=84=E9=80=A0=E6=9E=90=E6=9E=84=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/Vulkan/VKVertexInput.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example/Vulkan/VKVertexInput.h b/example/Vulkan/VKVertexInput.h index 4bc94b80..2a209db2 100644 --- a/example/Vulkan/VKVertexInput.h +++ b/example/Vulkan/VKVertexInput.h @@ -33,6 +33,9 @@ class VertexInput public: + VertexInput()=default; + virtual ~VertexInput()=default; + bool Add(VertexBuffer *,bool instance=false); public: