From 578de9a16d58385f4e9926c7c0effae6127c9270 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 20 Jan 2021 08:55:35 -0500 Subject: graphics: texture: Fix typo in docstring. --- chickadee/graphics/texture.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chickadee/graphics/texture.scm b/chickadee/graphics/texture.scm index ba6cb62..db59585 100644 --- a/chickadee/graphics/texture.scm +++ b/chickadee/graphics/texture.scm @@ -131,7 +131,7 @@ (format 'rgba)) "Translate the bytevector PIXELS into an OpenGL texture with dimensions WIDTHxHEIGHT where each pixel is in 32-bit RGBA format. -The first pixe lin PIXELS corresponds to the upper-left corner of the +The first pixel in PIXELS corresponds to the upper-left corner of the image. If this is not the case and the first pixel corresponds to the lower-left corner of the image, set FLIP? to #t. The generated texture uses MIN-FILTER for downscaling and MAG-FILTER for upscaling. -- cgit v1.2.3