mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Merge pull request #1443 from clayjohn/screen_pixel_size
Clarified Description of SCREEN_PIXEL_SIZE
This commit is contained in:
committed by
mhilbrunner
parent
b45b1f7036
commit
2f7c18f078
@@ -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. |
|
||||
+----------------------------------+----------------------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user