summaryrefslogtreecommitdiff
path: root/include/swgfx.h
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2026-02-16 09:49:45 -0800
committer3gg <3gg@shellblade.net>2026-02-16 09:49:45 -0800
commitdcb77dcaad1fb0be23bfadbaad688a7b7eb1135e (patch)
tree60fba9740fa9620cbfbe853be77a16c3e4fe21d7 /include/swgfx.h
parent117c310e8baf60aa5f052214e1747b5846f34b4e (diff)
Faster gammaHEADmain
Diffstat (limited to 'include/swgfx.h')
-rw-r--r--include/swgfx.h4
1 files changed, 2 insertions, 2 deletions
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);
121void sgDepth(swgfx*); 121void sgDepth(swgfx*);
122void sgNormals(swgfx*); 122void sgNormals(swgfx*);
123 123
124void sgGamma (swgfx*, sgTexel*, int width, int height); 124void sgGamma (sgTexel*, int width, int height);
125void sgGammaInv(swgfx*, sgColour4*, int width, int height); 125void sgGammaInv(sgColour4*, int width, int height);
126 126
127sgCounters sgGetCounters(const swgfx*); 127sgCounters sgGetCounters(const swgfx*);