CrossFramework Library

XG3D/TexResData.hpp

説明を見る。
00001 
00006 #if defined(XG3D_INCLUDED_TEXRESDATA_HPP)
00007 #else
00008 #define XG3D_INCLUDED_TEXRESDATA_HPP
00009 
00010 //------------------------------------------------------------
00011 #include <XBase/Enum.hpp>
00012 #include <XG3D/BuiltInTypes.hpp>
00013 #include <XG3D/ResTexFormat.hpp>
00014 
00015 //------------------------------------------------------------
00016 namespace XG3D {
00018 
00019 
00020     struct TexResData
00021     {
00022         ::XBase::EnumPODTmpl< ResTexFormat , s32 > format; 
00023         u16 width;  
00024         u16 height; 
00025         const byte_t* pixels; 
00026     };
00028 }
00029 //------------------------------------------------------------
00030 #endif
00031 // EOF
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 マクロ定義