From 7d67e608f6e4f6d0823e43ef0b16641a67c1cbfb Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 28 Jan 2018 21:25:28 +0100 Subject: [PATCH] Fix a typo. --- effect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/effect.h b/effect.h index 1dab990..f404d39 100644 --- a/effect.h +++ b/effect.h @@ -225,7 +225,7 @@ public: virtual bool one_to_one_sampling() const { return strong_one_to_one_sampling(); } // Similar in use to one_to_one_sampling(), but even stricter: - // The effect must modify texture coordinate in any way when + // The effect must not modify texture coordinate in any way when // calling its input(s). This allows it to also be used after // a compute shader, in the same phase. // -- 2.39.2