Improved textures wrap support
This commit is contained in:
parent
f552d43547
commit
8b75a1a990
3 changed files with 16 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue