diff options
| author | Peter Fors <peter.fors@mindkiller.com> | 2025-10-09 22:07:52 +0200 |
|---|---|---|
| committer | Peter Fors <peter.fors@mindkiller.com> | 2025-10-09 22:07:52 +0200 |
| commit | 030724a9aea346e4a9843d5842fb28c6d6c4cf1a (patch) | |
| tree | f06fb84aaef64b2f4e2d81b3d2d3eef71bad83ec /shader.c | |
| parent | 412b2ef851516c1de8ba5006ddd284192cbcaf9b (diff) | |
Rearrangement and refactoring and optimizations and more accuracy
Diffstat (limited to 'shader.c')
| -rw-r--r-- | shader.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
