Improved textures wrap support

This commit is contained in:
Ray 2018-12-03 12:00:05 +01:00
parent f552d43547
commit 8b75a1a990
3 changed files with 16 additions and 16 deletions

View file

@ -731,7 +731,8 @@ typedef enum {
typedef enum {
WRAP_REPEAT = 0, // Repeats texture in tiled mode
WRAP_CLAMP, // Clamps texture to edge pixel in tiled mode
WRAP_MIRROR // Mirrors the texture in tiled mode
WRAP_MIRROR_REPEAT, // Mirrors and repeats the texture in tiled mode
WRAP_MIRROR_CLAMP // Mirrors and clamps to border the texture in tiled mode
} TextureWrapMode;
// Font type, defines generation method