3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/bgfx/texture_format/Enum.h"
14 ::ll::TypedStorage<4, 4, ::bgfx::TextureFormat::Enum> format;
15 ::ll::TypedStorage<4, 4, uint> storageSize;
16 ::ll::TypedStorage<2, 2, ushort> width;
17 ::ll::TypedStorage<2, 2, ushort> height;
18 ::ll::TypedStorage<2, 2, ushort> depth;
19 ::ll::TypedStorage<2, 2, ushort> numLayers;
20 ::ll::TypedStorage<1, 1, uchar> numMips;
21 ::ll::TypedStorage<1, 1, uchar> bitsPerPixel;
22 ::ll::TypedStorage<1, 1, bool> cubeMap;
Definition TextureInfo.h:7