Skip to content

Commit d90bf6e

Browse files
committed
Maybe try and get the documentation correct
1 parent 35511d7 commit d90bf6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/shaders.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ size to the shader (for both minification and magnification). This can be
5959
turned off with the attribute:
6060

6161
`nearest=` *BOOLEAN*
62-
: Use `nearest=false` to turn off interpolation on child nodes.
62+
: Specify `nearest=true` to use nearest pixel sampling instead of linear
63+
interpolation.
6364

6465
### Shader programs
6566

0 commit comments

Comments
 (0)