Searched defs:CtrTextureInfo (Results 1 – 1 of 1) sorted by relevance
64 struct CtrTextureInfo struct66 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: 2D74 unsigned short cubeDir; //!< 0: x / 1:-x / 2: y / 3: -y / 4: z / 5: -z [all …]