|
@@ -202,7 +202,7 @@ protected:
|
|
|
PUBLISHED:
|
|
PUBLISHED:
|
|
|
virtual ~Texture();
|
|
virtual ~Texture();
|
|
|
|
|
|
|
|
- INLINE PT(Texture) make_copy();
|
|
|
|
|
|
|
+ INLINE PT(Texture) make_copy() const;
|
|
|
INLINE void clear();
|
|
INLINE void clear();
|
|
|
|
|
|
|
|
INLINE void setup_texture(TextureType texture_type,
|
|
INLINE void setup_texture(TextureType texture_type,
|
|
@@ -542,7 +542,7 @@ protected:
|
|
|
const LoaderOptions &options);
|
|
const LoaderOptions &options);
|
|
|
bool do_rescale_texture();
|
|
bool do_rescale_texture();
|
|
|
|
|
|
|
|
- virtual PT(Texture) do_make_copy();
|
|
|
|
|
|
|
+ virtual PT(Texture) do_make_copy() const;
|
|
|
void do_assign(const Texture ©);
|
|
void do_assign(const Texture ©);
|
|
|
virtual void do_clear();
|
|
virtual void do_clear();
|
|
|
void do_setup_texture(TextureType texture_type, int x_size, int y_size,
|
|
void do_setup_texture(TextureType texture_type, int x_size, int y_size,
|