From d050b41ede93907f8f63ee7f2b0fd606d56f06f1 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Fri, 16 Aug 2019 19:12:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=89=B2=E5=BD=A9/=E7=BA=B9=E7=90=86=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E5=90=8D=E7=A7=B0=E6=95=B0=E7=BB=84=E7=BC=A9=E7=9F=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/hgl/graph/vulkan/VKFormat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/hgl/graph/vulkan/VKFormat.h b/inc/hgl/graph/vulkan/VKFormat.h index 7c0bb950..c41b2b62 100644 --- a/inc/hgl/graph/vulkan/VKFormat.h +++ b/inc/hgl/graph/vulkan/VKFormat.h @@ -322,7 +322,7 @@ struct VulkanFormat uint32_t bytes; ///<每象素字节数 - char name[32]; ///<名称 + char name[16]; ///<名称 TextureCompressType compress_type; ///<压缩类型 VulkanDataType color; ///<颜色数据类型