mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-01 21:56:17 +00:00
Define texture level mode
This commit is contained in:
parent
6697fe7946
commit
95d2848f07
@ -39,6 +39,12 @@ enum FramebufferNotification {
|
||||
NOTIFY_FB_DESTROYED,
|
||||
};
|
||||
|
||||
enum TextureLevelMode {
|
||||
GE_TEXBIAS_MODE_AUTO = 0,
|
||||
GE_TEXBIAS_MODE_CONST = 1,
|
||||
GE_TEXBIAS_MODE_SLOPE = 2,
|
||||
};
|
||||
|
||||
class TextureCache {
|
||||
public:
|
||||
TextureCache();
|
||||
|
Loading…
Reference in New Issue
Block a user