1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Remove unused shader matrices. (#4723)

This commit is contained in:
lhofhansl 2016-11-04 10:12:45 -07:00 committed by est31
parent dde66a82ed
commit 6bb4347208
5 changed files with 0 additions and 24 deletions

View file

@ -1,6 +1,4 @@
uniform mat4 mWorldViewProj;
uniform mat4 mInvWorld;
uniform mat4 mTransWorld;
uniform mat4 mWorld;
uniform float dayNightRatio;