Define texture level mode

This commit is contained in:
raven02 2014-04-18 18:06:38 +08:00
parent 6697fe7946
commit 95d2848f07

View File

@ -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();