From a10be5d6a8a0652e434b725528265729aff19d27 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 27 Jul 2018 10:52:40 +0200 Subject: [PATCH] Remove a TODO; setting up equations is not where our time goes. --- equations.frag | 3 --- 1 file changed, 3 deletions(-) diff --git a/equations.frag b/equations.frag index 4195d47..d4328de 100644 --- a/equations.frag +++ b/equations.frag @@ -14,9 +14,6 @@ uniform float delta; // Relative weighting of gradient term. uniform float gamma; -// TODO: Consider a specialized version for the case where we know that du = dv = 0, -// since we run so few iterations. - // Similar to packHalf2x16, but the two values share exponent, and are stored // as 12-bit fixed point numbers multiplied by that exponent (the leading one // can't be implicit in this kind of format). This allows us to store a much -- 2.39.2