mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
12 lines
173 B
Plaintext
12 lines
173 B
Plaintext
|
layout (std140)
|
||
|
uniform u_globals {
|
||
|
mat4 view_mat;
|
||
|
mat4 proj_mat;
|
||
|
vec4 cam_pos;
|
||
|
vec4 focus_pos;
|
||
|
vec4 view_distance;
|
||
|
vec4 time_of_day;
|
||
|
vec4 tick;
|
||
|
vec4 screen_res;
|
||
|
};
|