|
@@ -15,7 +15,7 @@ class Texture final {
|
|
|
|
|
|
public:
|
|
public:
|
|
Texture(const TextureFormat& format, int maxMipMaps = 0);
|
|
Texture(const TextureFormat& format, int maxMipMaps = 0);
|
|
- Texture();
|
|
|
|
|
|
+ Texture(int maxMipMaps = 0);
|
|
~Texture();
|
|
~Texture();
|
|
Texture(const Texture& other) = delete;
|
|
Texture(const Texture& other) = delete;
|
|
Texture(Texture&& other) = delete;
|
|
Texture(Texture&& other) = delete;
|