Skip to content

Commit

Permalink
Maybe try and get the documentation correct
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanhogg committed Dec 15, 2024
1 parent 35511d7 commit d90bf6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/shaders.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ size to the shader (for both minification and magnification). This can be
turned off with the attribute:

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

### Shader programs

Expand Down

0 comments on commit d90bf6e

Please sign in to comment.