From d3e99e606160e6f90d046ea95f16c65c5b477668 Mon Sep 17 00:00:00 2001 From: HuYingzhuo Date: Fri, 26 Apr 2019 21:57:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9VertexInputState=E7=B1=BB?= =?UTF-8?q?=E7=9A=84=E6=9E=84=E9=80=A0=E6=9E=90=E6=9E=84=E5=87=BD=E6=95=B0?= =?UTF-8?q?=E4=BD=9C=E7=94=A8=E5=9F=9F=EF=BC=8C=E4=BD=BF=E5=85=B6=E4=BB=85?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E8=A2=ABShader=E7=B1=BB=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E5=92=8C=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/Vulkan/VKVertexInput.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/example/Vulkan/VKVertexInput.h b/example/Vulkan/VKVertexInput.h index 9ef287d1..b77e66d2 100644 --- a/example/Vulkan/VKVertexInput.h +++ b/example/Vulkan/VKVertexInput.h @@ -24,7 +24,9 @@ class VertexInputState Set instance_set; -public: +private: + + friend class Shader; VertexInputState()=default; ~VertexInputState();