diff options
| author | Peter Fors <peter.fors@mindkiller.com> | 2025-05-24 15:45:54 +0200 |
|---|---|---|
| committer | Peter Fors <peter.fors@mindkiller.com> | 2025-05-24 15:45:54 +0200 |
| commit | a8e0c141b0184d629504b9f0ee8dbc4fefb90934 (patch) | |
| tree | cff0f7e64ce58dc8f1e4ff4501743d9b94449c94 /shader.c | |
| parent | e28ad1546509de31b706f0fd300a906e5bc55199 (diff) | |
3011fps
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 * 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; |
