Browse Source

Merge pull request #1640 from clayjohn/texscreen

Remove Reference to texscreen
Chris Bradfield 7 years ago
parent
commit
dd0fa36f98
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/shading/shading_language.rst

+ 1 - 1
tutorials/shading/shading_language.rst

@@ -1057,7 +1057,7 @@ Light Built-Ins
 |                                     | For a Sprite with a texture of size 64x32px,                                  |
 |                                     | **TEXTURE_PIXEL_SIZE** = :code:`vec2(1/64, 1/32)`                             |
 +-------------------------------------+-------------------------------------------------------------------------------+
-| in vec2 **SCREEN_UV**               | Screen Texture Coordinate (for using with texscreen).                         |
+| in vec2 **SCREEN_UV**               | Screen Texture Coordinate (for using with screen texture).                    |
 +-------------------------------------+-------------------------------------------------------------------------------+
 | in vec2 **POINT_COORD**             | Current UV for Point Sprite.                                                  |
 +-------------------------------------+-------------------------------------------------------------------------------+