From bc4f244a550b75791b44eb31c234665d8fc1f23d Mon Sep 17 00:00:00 2001 From: hyzboy Date: Fri, 26 Apr 2019 23:46:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6encoding=E6=94=B9=E4=B8=BAutf?= =?UTF-8?q?8-bom?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/Vulkan/VKVertexAttributeBinding.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example/Vulkan/VKVertexAttributeBinding.h b/example/Vulkan/VKVertexAttributeBinding.h index fd6b3a53..91fb99b1 100644 --- a/example/Vulkan/VKVertexAttributeBinding.h +++ b/example/Vulkan/VKVertexAttributeBinding.h @@ -1,4 +1,4 @@ -#ifndef HGL_GRAPH_VULKAN_VERTEX_ATTRIBUTE_BINDING_INCLUDE +#ifndef HGL_GRAPH_VULKAN_VERTEX_ATTRIBUTE_BINDING_INCLUDE #define HGL_GRAPH_VULKAN_VERTEX_ATTRIBUTE_BINDING_INCLUDE #include"VK.h" @@ -9,8 +9,8 @@ class IndexBuffer; class Shader; /** -* ״̬ʵ
-* ڴݸMaterialInstance,Ѿȷöʽ£Ȼ޸IJ趨(instance) +* 顶点输入状态实例
+* 本对象用于传递给MaterialInstance,用于已经确定好顶点格式的情况下,依然可修改部分设定(如instance)。 */ class VertexAttributeBinding {