summaryrefslogtreecommitdiff
path: root/shader.c
diff options
context:
space:
mode:
Diffstat (limited to 'shader.c')
-rw-r--r--shader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shader.c b/shader.c
index fab0f88..a6e16f6 100644
--- a/shader.c
+++ b/shader.c
@@ -23,7 +23,7 @@
* thin, mask - Inputs shared between CrtsTone() and CrtsFilter()
*
*/
-static void CrtsTone(float *dst, float contrast, float saturation, float thin, float mask) {
+static void CrtsTone(float * restrict dst, float contrast, float saturation, float thin, float mask) {
//--------------------------------------------------------------
#ifdef CRTS_MASK_NONE
mask = 1.0f;