mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
feat(component): add TCTEXTUREINFO
This commit is contained in:
parent
11ce4b168e
commit
0ffbc8a1ae
@ -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<CACHEENTRY, HASHKEY_NONE> {
|
||||
public:
|
||||
// Member variables
|
||||
|
||||
Loading…
Reference in New Issue
Block a user