diff --git a/sl4/textureGather.xhtml b/sl4/textureGather.xhtml index 3a5de868..2c5ef20e 100644 --- a/sl4/textureGather.xhtml +++ b/sl4/textureGather.xhtml @@ -244,7 +244,7 @@
    vec4(Sample_i0_j1(P, base).comp,
          Sample_i1_j1(P, base).comp,
          Sample_i1_j0(P, base).comp,
-         Sample_i0_j1(P, base).comp);
+ Sample_i0_j0(P, base).comp);