compressed texture file header

This commit is contained in:
2021-12-14 10:34:44 +08:00
parent 273c99e0ce
commit 7c2af6788d
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ namespace hgl
struct alignas(8) TextureFileHeader
{
uint8 id_str[8]; ///<Texture\x1A
uint8 id_str[7]; ///<Texture\x1A
uint8 version; ///<必须为0
uint8 type; ///<贴图类型等同于VkImageViewType