diff options
Diffstat (limited to 'doc/api.texi')
-rw-r--r-- | doc/api.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api.texi b/doc/api.texi index 0a154ae..b692725 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -1066,6 +1066,11 @@ Draw a point at (@var{x}, @var{y}) on the current rendering target of @var{renderer}. @end deffn +@deffn {Procedure} render-draw-points renderer points +Draw a multiple points from @var{points} on the current rendering +target of @var{renderer}. +@end deffn + @deffn {Procedure} surface->texture renderer surface Convert @var{surface} to a texture suitable for @var{renderer}. @end deffn |