[vulkan] Add ScreenSize to shader def

This had somehow gotten lost from the previous commit.
This commit is contained in:
Bill Currie 2022-11-22 21:06:12 +09:00
parent 2cee2f2ab8
commit 8842db082f

View file

@ -3,4 +3,6 @@ Matrices {
mat4 View;
mat4 Sky;
mat4 Projection2d;
vec2 ScreenSize;
}