From cfdd92d1738559e3489641db39ae9cfd3620e054 Mon Sep 17 00:00:00 2001 From: Alexis Maiquez Date: Wed, 1 Sep 2021 16:41:00 +0200 Subject: [PATCH] + added missing table headers on TEXTURE_FORMAT.md Signed-off-by: Alexis Maiquez --- docs/textures/TEXTURE_FORMAT.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/textures/TEXTURE_FORMAT.md b/docs/textures/TEXTURE_FORMAT.md index 8d634d9..e43e090 100644 --- a/docs/textures/TEXTURE_FORMAT.md +++ b/docs/textures/TEXTURE_FORMAT.md @@ -20,12 +20,16 @@ Wallpaper engine uses a custom texture storage format converted by resourcecompi | __Texture information__ | x bytes | Varies depending on the container version | ## TEXB0003 +| Information | Size | Default value | +|---|---|---| | __Unknown data__ | 4 bytes | To be reversed | | __Free image format__ | 4 bytes | The type of file this texture is based off the FREEIMAGE library | | __Mip map levels__ | 4 bytes | The number of mipmap levels stored for this texture | | __Mipmap entry__ | x bytes | See Mipmap entries | ## TEXB0002 and TEXB0001 +| Information | Size | Default value | +|---|---|---| | __Unknown data__ | 4 bytes | To be reversed | | __Mip map levels__ | 4 bytes | The number of mipmap levels stored for this texture | | __Mipmap entry__ | x bytes | See Mipmap entries |