clarified description of screen_pixel_size

This commit is contained in:
clayjohn
2018-05-12 17:50:39 -07:00
parent 8dbd8d04f9
commit bc57a7e4c8
+1 -1
View File
@@ -1022,7 +1022,7 @@ Fragment Built-Ins
+----------------------------------+----------------------------------------------------------------+
| in vec2 **SCREEN_UV** | Screen UV for use with SCREEN_TEXTURE. |
+----------------------------------+----------------------------------------------------------------+
| in vec2 **SCREEN_PIXEL_SIZE** | Screen pixel size. |
| in vec2 **SCREEN_PIXEL_SIZE** | Size of individual pixels. Equal to inverse of resolution. |
+----------------------------------+----------------------------------------------------------------+
| in vec2 **POINT_COORD** | Coordinate for drawing points. |
+----------------------------------+----------------------------------------------------------------+