CrossFramework Library

XG3D/ITexRes.hpp

説明を見る。
00001 
00006 #if defined(XG3D_INCLUDED_ITEXRES_HPP)
00007 #else
00008 #define XG3D_INCLUDED_ITEXRES_HPP
00009 
00010 //------------------------------------------------------------
00011 namespace XG3D {
00012     struct TexResData;
00013 }
00014 
00015 //------------------------------------------------------------
00016 namespace XG3D {
00018 
00019 
00020     class ITexRes
00021     {
00022     public:
00023         virtual ~ITexRes();
00024         
00026         virtual const TexResData texResData()const = 0;
00027     };
00029 }
00030 //------------------------------------------------------------
00031 #endif
00032 // EOF
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 マクロ定義