mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 07:42:18 +00:00
[vulkan] Add ScreenSize to shader def
This had somehow gotten lost from the previous commit.
This commit is contained in:
parent
2cee2f2ab8
commit
8842db082f
1 changed files with 2 additions and 0 deletions
|
@ -3,4 +3,6 @@ Matrices {
|
|||
mat4 View;
|
||||
mat4 Sky;
|
||||
mat4 Projection2d;
|
||||
|
||||
vec2 ScreenSize;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue