quakeforge/libs/video/renderer/vulkan/shader/matrices.h
Bill Currie b7947b48a5 [vulkan] Move matrices uniform def to a header file
Too many places to keep up to date.
2022-11-21 20:02:18 +09:00

6 lines
76 B
C

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