From 0ffbc8a1ae78930319803ff5b8f52ff851b54e68 Mon Sep 17 00:00:00 2001 From: fallenoak Date: Sat, 18 Oct 2025 15:53:46 -0500 Subject: [PATCH] feat(component): add TCTEXTUREINFO --- src/component/Texture.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/component/Texture.hpp b/src/component/Texture.hpp index 711e306..732361c 100644 --- a/src/component/Texture.hpp +++ b/src/component/Texture.hpp @@ -5,6 +5,15 @@ class CAsyncObject; +struct TCTEXTUREINFO { + uint16_t width; + uint16_t height; + uint32_t mipCount : 8; + uint32_t alphaSize: 8; + uint32_t opaque : 1; + uint32_t pad : 15; +}; + class CACHEENTRY : public TSHashObject { public: // Member variables