quakeforge/libs/video/renderer/vulkan/shader/matrices.h
Bill Currie 8842db082f [vulkan] Add ScreenSize to shader def
This had somehow gotten lost from the previous commit.
2022-11-22 21:06:12 +09:00

8 lines
95 B
C

Matrices {
mat4 Projection3d;
mat4 View;
mat4 Sky;
mat4 Projection2d;
vec2 ScreenSize;
}