mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-05 22:09:59 +03:00
togles: gamma fix, optimize texture convertation
This commit is contained in:
@@ -15,7 +15,9 @@
|
||||
|
||||
enum NormalDecodeMode_t
|
||||
{
|
||||
NORMAL_DECODE_NONE = 0
|
||||
NORMAL_DECODE_NONE = 0,
|
||||
NORMAL_DECODE_ATI2N,
|
||||
NORMAL_DECODE_ATI2N_ALPHA
|
||||
};
|
||||
|
||||
// Forward declaration
|
||||
|
||||
Reference in New Issue
Block a user