16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 18:19:19 +02:00

ubo padding fixes

This commit is contained in:
milek7
2020-10-21 17:59:27 +02:00
parent 494f4fbef2
commit 1c40578d26
3 changed files with 10 additions and 10 deletions

View File

@@ -71,7 +71,7 @@ void gl::glsl_common_setup()
mat4 projection;
mat4 inv_view;
mat4 lightview[MAX_CASCADES];
vec4 cascade_end;
vec3 cascade_end;
float time;
};