Provides access to parameters of the screen.
The High Definition Render Pipeline does not support this Node.
Name | Direction | Type | Binding | Description |
---|---|---|---|---|
Width | Output | Vector 1 | None | Screen's width in pixels |
Height | Output | Vector 1 | None | Screen's height in pixels |
The following example code represents one possible outcome of this node.
float _Screen_Width = _ScreenParams.x;
float _Screen_Height = _ScreenParams.y;