From 6beea8dc09672cde03c486fd04b9ca52edfaa73f Mon Sep 17 00:00:00 2001 From: clayjohn Date: Thu, 2 Aug 2018 19:09:19 -0700 Subject: [PATCH] remove reference to texscreen --- tutorials/shading/shading_language.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/shading/shading_language.rst b/tutorials/shading/shading_language.rst index 913b1391c..955692473 100644 --- a/tutorials/shading/shading_language.rst +++ b/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. | +-------------------------------------+-------------------------------------------------------------------------------+