Home
last modified time | relevance | path

Searched defs:CtrTextureInfo (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/include/nn/tpl/CTR/
Dtpl_PackagerType.h64 struct CtrTextureInfo struct
66 unsigned int filePathOffset; //!< ファイル名へのオフセット(ファイルの先頭から)
67 unsigned int texDataSize; //!< 画像データのサイ
68 unsigned int texDataOffset; //!< 画像データへのオフセット(データ領域の先頭から)
69 CtrTexFormat texFormat; //!< フォーマッ
70 unsigned short width; //!<
71 unsigned short height; //!< 高
72 unsigned char mipLevel; //!< ミップマップの枚
73 unsigned char type; //!< 0: Cube / 1: 1D / 2: 2D
74 unsigned short cubeDir; //!< 0: x / 1:-x / 2: y / 3: -y / 4: z / 5: -z
[all …]