library: Add deprecation notice

This commit is contained in:
Antonio Niño Díaz 2024-01-25 02:05:24 +00:00
parent 5fbe47c7fc
commit fb503d5972

View File

@ -52,7 +52,7 @@ typedef enum {
NE_TEX4X4 = 5, ///< 4x4 compressed format
NE_A5PAL8 = 6, ///< 8 color palette, 5 bits of alpha
NE_A1RGB5 = 7, ///< Direct color (5 bits per channel), 1 bit of alpha
NE_RGB5 = 8 ///< Don't use it. Like NE_A1RGB5, but sets alpha to 1 when loading
NE_RGB5 = 8 ///< @deprecated Like NE_A1RGB5, but sets alpha to 1 when loading
} NE_TextureFormat;
/// Switch off a light.