diff options
| author | 3gg <3gg@shellblade.net> | 2026-02-16 09:49:45 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2026-02-16 09:49:45 -0800 |
| commit | dcb77dcaad1fb0be23bfadbaad688a7b7eb1135e (patch) | |
| tree | 60fba9740fa9620cbfbe853be77a16c3e4fe21d7 /include/swgfx.h | |
| parent | 117c310e8baf60aa5f052214e1747b5846f34b4e (diff) | |
Diffstat (limited to 'include/swgfx.h')
| -rw-r--r-- | include/swgfx.h | 4 |
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); | |||
| 121 | void sgDepth(swgfx*); | 121 | void sgDepth(swgfx*); |
| 122 | void sgNormals(swgfx*); | 122 | void sgNormals(swgfx*); |
| 123 | 123 | ||
| 124 | void sgGamma (swgfx*, sgTexel*, int width, int height); | 124 | void sgGamma (sgTexel*, int width, int height); |
| 125 | void sgGammaInv(swgfx*, sgColour4*, int width, int height); | 125 | void sgGammaInv(sgColour4*, int width, int height); |
| 126 | 126 | ||
| 127 | sgCounters sgGetCounters(const swgfx*); | 127 | sgCounters sgGetCounters(const swgfx*); |
