mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
ee9f54bacd
Former-commit-id: b6122177ce98cd52bc032e2d8414671d3bcb9b5c
12 lines
173 B
GLSL
12 lines
173 B
GLSL
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;
|
|
};
|