X-Git-Url: http://git.hcoop.net/clinton/guile-figl.git/blobdiff_plain/9c38a9076dd077cf4828d4a1b5e6c548fc622769..54fb240d9a809cb3ada84062d2f3345f1380b984:/doc/gl.texi diff --git a/doc/gl.texi b/doc/gl.texi index dee0867..614e8a2 100644 --- a/doc/gl.texi +++ b/doc/gl.texi @@ -223,11 +223,11 @@ The following procedures modify the current per-vertex state. Drawing a vertex captures the current state and associates it with the vertex. -@defun gl-texture-coordinate s [t=0.0] [r=0.0] [q=1.0] +@defun gl-texture-coordinates s [t=0.0] [r=0.0] [q=1.0] Set the current texture coordinate. @end defun -@defun gl-multi-texture-coordinate texture s [t=0.0] [r=0.0] [q=1.0] +@defun gl-multi-texture-coordinates texture s [t=0.0] [r=0.0] [q=1.0] Set the current texture coordinate for a specific texture unit. @end defun