From a8e0c141b0184d629504b9f0ee8dbc4fefb90934 Mon Sep 17 00:00:00 2001 From: Peter Fors Date: Sat, 24 May 2025 15:45:54 +0200 Subject: 3011fps --- shader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shader.c') diff --git a/shader.c b/shader.c index a6e16f6..fab0f88 100644 --- a/shader.c +++ b/shader.c @@ -23,7 +23,7 @@ * thin, mask - Inputs shared between CrtsTone() and CrtsFilter() * */ -static void CrtsTone(float * restrict dst, float contrast, float saturation, float thin, float mask) { +static void CrtsTone(float *dst, float contrast, float saturation, float thin, float mask) { //-------------------------------------------------------------- #ifdef CRTS_MASK_NONE mask = 1.0f; -- cgit v1.2.3