delete normal matrix, it's not use.

This commit is contained in:
hyzboy 2020-07-20 19:16:23 +08:00
parent 394fe76188
commit c6eafccb4e

View File

@ -11,7 +11,6 @@ layout(binding=0) uniform WorldMatrix // hgl/math/Math.h
mat4 modelview; mat4 modelview;
mat4 inverse_modelview; mat4 inverse_modelview;
mat3 normal;
mat4 mvp; mat4 mvp;
mat4 inverse_mvp; mat4 inverse_mvp;