|
|
@ -106,7 +106,8 @@ public:
|
|
|
|
class ITexture : public CBitmap, public NLMISC::CRefCount, public NLMISC::IStreamable
|
|
|
|
class ITexture : public CBitmap, public NLMISC::CRefCount, public NLMISC::IStreamable
|
|
|
|
{
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
// NL_USES_DEFAULT_ARENA_OBJECT_ALLOCATOR // for fast alloc
|
|
|
|
// TODO: FIX: NL_USES_DEFAULT_ARENA_OBJECT_ALLOCATOR // for fast alloc
|
|
|
|
|
|
|
|
|
|
|
|
// Those enums MUST be the same than in UTexture!!
|
|
|
|
// Those enums MUST be the same than in UTexture!!
|
|
|
|
enum TWrapMode
|
|
|
|
enum TWrapMode
|
|
|
|
{
|
|
|
|
{
|
|
|
|