diff options
Diffstat (limited to 'doc/api.texi')
-rw-r--r-- | doc/api.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api.texi b/doc/api.texi index f1075b9..ed79da5 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -1217,6 +1217,10 @@ requires that renderer was created with the @code{texture} flag. @end itemize @end deffn +@deffn {Procedure} query-texture texture +Return 4 values for the format, access, width and height of a texture. +@end deffn + @deffn {Procedure} surface->texture renderer surface Convert @var{surface} to a texture suitable for @var{renderer}. @end deffn |