mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Added mipmap support to Image filter struct and OpenGL texture filter helper functions
This commit is contained in:
@@ -46,6 +46,7 @@ public:
|
||||
{
|
||||
FILTER_LINEAR = 1,
|
||||
FILTER_NEAREST,
|
||||
FILTER_NONE,
|
||||
FILTER_MAX_ENUM
|
||||
};
|
||||
|
||||
@@ -54,6 +55,7 @@ public:
|
||||
Filter();
|
||||
FilterMode min;
|
||||
FilterMode mag;
|
||||
FilterMode mipmap;
|
||||
};
|
||||
|
||||
struct Wrap
|
||||
|
||||
Reference in New Issue
Block a user