From 8d5848718c30a960d07d569937cb1678f75f0463 Mon Sep 17 00:00:00 2001 From: ImJezze Date: Tue, 26 Jan 2016 22:24:47 +0100 Subject: [PATCH] Fixed missing const (nw) --- hlsl/artwork_support/post.fx | 1 + 1 file changed, 1 insertion(+) diff --git a/hlsl/artwork_support/post.fx b/hlsl/artwork_support/post.fx index f0c883fa69e..9a3b693cd61 100644 --- a/hlsl/artwork_support/post.fx +++ b/hlsl/artwork_support/post.fx @@ -66,6 +66,7 @@ struct PS_INPUT static const float Epsilon = 1.0e-7f; static const float PI = 3.1415927f; +static const float PHI = 1.618034f; static const float E = 2.7182817f; static const float Gelfond = 23.140692f; // e^pi (Gelfond constant) static const float GelfondSchneider = 2.6651442f; // 2^sqrt(2) (Gelfond-Schneider constant)