CrossFramework Library
|
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