diff --git a/el3/textureGather.xhtml b/el3/textureGather.xhtml index abe63967..6a9d7a1d 100644 --- a/el3/textureGather.xhtml +++ b/el3/textureGather.xhtml @@ -193,7 +193,7 @@
    vec4(Sample_i0_j1(P, base).comp,
          Sample_i1_j1(P, base).comp,
          Sample_i1_j0(P, base).comp,
-         Sample_i0_j9(P, base).comp);
+ Sample_i0_j0(P, base).comp);

diff --git a/el3/textureGatherOffset.xhtml b/el3/textureGatherOffset.xhtml index 7837b6ab..cc4acf94 100644 --- a/el3/textureGatherOffset.xhtml +++ b/el3/textureGatherOffset.xhtml @@ -170,7 +170,7 @@

    vec4(Sample_i0_j1(P + offset, base).comp,
          Sample_i1_j1(P + offset, base).comp,
          Sample_i1_j0(P + offset, base).comp,
-         Sample_i0_j9(P + offset, base).comp);
+ Sample_i0_j0(P + offset, base).comp);