From dcb77dcaad1fb0be23bfadbaad688a7b7eb1135e Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Mon, 16 Feb 2026 09:49:45 -0800 Subject: Faster gamma --- include/swgfx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/swgfx.h') diff --git a/include/swgfx.h b/include/swgfx.h index f849ba5..c1691d7 100644 --- a/include/swgfx.h +++ b/include/swgfx.h @@ -121,7 +121,7 @@ void sgDirectional(swgfx*, sgColour3, sgVec3 direction); void sgDepth(swgfx*); void sgNormals(swgfx*); -void sgGamma (swgfx*, sgTexel*, int width, int height); -void sgGammaInv(swgfx*, sgColour4*, int width, int height); +void sgGamma (sgTexel*, int width, int height); +void sgGammaInv(sgColour4*, int width, int height); sgCounters sgGetCounters(const swgfx*); -- cgit v1.2.3