From dd1f79d0fad8d4922cfb8e255d85b7e4865d8331 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 10 May 2021 08:02:05 -0400 Subject: graphics: texture: Add support for mirrored repeat wrap mode. --- doc/api.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/api.texi') diff --git a/doc/api.texi b/doc/api.texi index da05e62..8a06690 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -1851,8 +1851,8 @@ respectively. Possible values are @code{nearest} and @code{linear}. @var{wrap-s} and @var{wrap-t} describe how to interpret texture coordinates that are greater than @code{1.0}. Possible values are -@code{repeat}, @code{clamp}, @code{clamp-to-border}, and -@code{clamp-to-edge}. +@code{repeat}, @code{mirrored-repeat}, @code{clamp}, +@code{clamp-to-border}, and @code{clamp-to-edge}. For color-keyed images (images where a specific color should be made transparent), specify the appropriate @var{transparent-color}. -- cgit v1.2.3