Correct GPU_PROCTEX_LUTID definition

This commit is contained in:
fincs 2017-03-15 16:40:06 +01:00
parent 10cb9babc9
commit c44da0636a

View File

@ -138,10 +138,10 @@ typedef enum
typedef enum typedef enum
{ {
GPU_LUT_NOISE = 0, ///< Noise table GPU_LUT_NOISE = 0, ///< Noise table
GPU_LUT_RGBMAP = 1, ///< RGB mapping function table GPU_LUT_RGBMAP = 2, ///< RGB mapping function table
GPU_LUT_ALPHAMAP = 2, ///< Alpha mapping function table GPU_LUT_ALPHAMAP = 3, ///< Alpha mapping function table
GPU_LUT_COLOR = 3, ///< Color table GPU_LUT_COLOR = 4, ///< Color table
GPU_LUT_COLORDIF = 4, ///< Color difference table GPU_LUT_COLORDIF = 5, ///< Color difference table
} GPU_PROCTEX_LUTID; } GPU_PROCTEX_LUTID;
/// Supported color buffer formats. /// Supported color buffer formats.