diff options
| author | raysan5 <[email protected]> | 2016-11-24 17:25:22 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2016-11-24 17:25:34 +0100 |
| commit | a81dfabf863c512044b246e23aaf43489d2fa1ac (patch) | |
| tree | c002c617e78f749a02033006ef420fde05369dce /release/linux/raylib.h | |
| parent | 784aa1b6b520868f52ce28fcfd1a326f54cd3c19 (diff) | |
| download | raylib-a81dfabf863c512044b246e23aaf43489d2fa1ac.tar.gz raylib-a81dfabf863c512044b246e23aaf43489d2fa1ac.zip | |
Update releases to latest version
Diffstat (limited to 'release/linux/raylib.h')
| -rw-r--r-- | release/linux/raylib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/linux/raylib.h b/release/linux/raylib.h index 6d67051e..d28b07a3 100644 --- a/release/linux/raylib.h +++ b/release/linux/raylib.h @@ -802,7 +802,7 @@ RLAPI void ImageColorInvert(Image *image); RLAPI void ImageColorGrayscale(Image *image); // Modify image color: grayscale RLAPI void ImageColorContrast(Image *image, float contrast); // Modify image color: contrast (-100 to 100) RLAPI void ImageColorBrightness(Image *image, int brightness); // Modify image color: brightness (-255 to 255) -RLAPI void GenTextureMipmaps(Texture2D texture); // Generate GPU mipmaps for a texture +RLAPI void GenTextureMipmaps(Texture2D *texture); // Generate GPU mipmaps for a texture RLAPI void SetTextureFilter(Texture2D texture, int filterMode); // Set texture scaling filter mode RLAPI void SetTextureWrap(Texture2D texture, int wrapMode); // Set texture wrapping mode |
