色彩/纹理格式名称数组缩短

This commit is contained in:
hyzboy 2019-08-16 19:12:15 +08:00
parent f0245d5d83
commit d050b41ede

View File

@ -322,7 +322,7 @@ struct VulkanFormat
uint32_t bytes; ///<每象素字节数
char name[32]; ///<名称
char name[16]; ///<名称
TextureCompressType compress_type; ///<压缩类型
VulkanDataType color; ///<颜色数据类型