diff options
author | Hugo Hörnquist <hugo@lysator.liu.se> | 2019-06-09 20:47:46 +0200 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2019-06-09 18:09:30 -0400 |
commit | a8afc8a54ec96e25767133d6c1e22f53354c8800 (patch) | |
tree | d8ccc992b1329b38debefb2e27078efc672adbd6 /doc | |
parent | 779de2fcdca7943a4abf4426cb282a9ce9bc4621 (diff) |
doc: Add missing argument to make-texture procedure.
* doc/api.texi: Add 'renderer' argument to 'make-texture'
documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api.texi b/doc/api.texi index 53a3e09..67bb1b2 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -1110,7 +1110,7 @@ Returns the current render target of @var{renderer} or @code{#f} if it's a texture. @end deffn -@deffn {Procedure} make-texture format access width height +@deffn {Procedure} make-texture renderer format access width height Returns a new texture for @var{renderer} with pixel @var{format}. @var{access} is one of the symbols: |