From 030724a9aea346e4a9843d5842fb28c6d6c4cf1a Mon Sep 17 00:00:00 2001 From: Peter Fors Date: Thu, 9 Oct 2025 22:07:52 +0200 Subject: Rearrangement and refactoring and optimizations and more accuracy --- shader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shader.c') 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; -- cgit v1.2.3