diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-09-23 09:05:04 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-09-23 09:05:04 -0400 |
commit | 907bb56b25dd467cdcb99a93d6de882169b243b2 (patch) | |
tree | 53439696b2d2bb13244a2e8b0432b93b7446c29a /doc/api.texi | |
parent | 52b39a5b596d0b147b98b181ac93ba5cc99da454 (diff) |
doc: Use more accurate description of textures.
Diffstat (limited to 'doc/api.texi')
-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 e6230da..d435a3b 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -1606,7 +1606,7 @@ blocks to implement additional rendering techniques. @menu * Colors:: Such pretty colors... -* Textures:: 2D images. +* Textures:: 2D images, tile atlases, cube maps, etc. * Sprites:: Draw 2D images. * 9-Patches:: Scalable bitmap boxes. * Fonts:: Drawing text. |