mirror of
https://github.com/love2d/love.git
synced 2026-08-19 12:14:20 +02:00
Removed mipmap support from Font graphics objects
This commit is contained in:
@@ -129,9 +129,6 @@ public:
|
||||
void setFilter(const Image::Filter &f);
|
||||
const Image::Filter &getFilter();
|
||||
|
||||
void setMipmapSharpness(float sharpness);
|
||||
float getMipmapSharpness() const;
|
||||
|
||||
// Implements Volatile.
|
||||
bool loadVolatile();
|
||||
void unloadVolatile();
|
||||
@@ -204,14 +201,6 @@ private:
|
||||
int texture_x, texture_y;
|
||||
int rowHeight;
|
||||
|
||||
// Mipmap texture LOD bias value
|
||||
float mipmapsharpness;
|
||||
|
||||
// Implementation-dependent maximum/minimum mipmap sharpness values
|
||||
float maxmipmapsharpness;
|
||||
|
||||
void checkMipmapsCreated() const;
|
||||
|
||||
bool initializeTexture(GLint format);
|
||||
void createTexture();
|
||||
Glyph *addGlyph(unsigned int glyph);
|
||||
|
||||
Reference in New Issue
Block a user