Eevee: SSS: Fix compilation error.

This commit is contained in:
2018-03-11 23:27:58 +01:00
parent 7ecc7c46af
commit 7194259fb1

View File

@@ -23,8 +23,6 @@ layout(location = 0) out vec4 FragColor;
layout(location = 1) out vec4 sssColor;
#endif
uniform mat4 ProjectionMatrix;
float get_view_z_from_depth(float depth)
{
if (ProjectionMatrix[3][3] == 0.0) {