summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2026-02-13 10:27:58 -0800
committer3gg <3gg@shellblade.net>2026-02-13 10:27:58 -0800
commit77f9dbee1721518e09f0beed10b3dbb78d893b08 (patch)
treeb9b26485ef1cff497867e120ae27428c6f82c029 /include
parent5f7855b6aa0e3338625eb7d30e8ccc5b74050bbf (diff)
Ambient lighting. Defer texture filtering
Diffstat (limited to 'include')
-rw-r--r--include/swgfx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/swgfx.h b/include/swgfx.h
index 57ba472..b3f9150 100644
--- a/include/swgfx.h
+++ b/include/swgfx.h
@@ -112,6 +112,7 @@ void sgTrianglesIndexed(swgfx*, size_t numIndices, const sgIdx* indices, const s
112void sgTrianglesIndexedNonUniform(swgfx*, size_t numTris, const sgTriIdx* tris, const sgVec3* positions, const sgVec2* texcoords); 112void sgTrianglesIndexedNonUniform(swgfx*, size_t numTris, const sgTriIdx* tris, const sgVec3* positions, const sgVec2* texcoords);
113 113
114void sgLighting(swgfx*); 114void sgLighting(swgfx*);
115void sgAmbient(swgfx*, sgVec3 ambient);
115 116
116void sgGamma (swgfx*, sgPixel*, int width, int height); 117void sgGamma (swgfx*, sgPixel*, int width, int height);
117void sgGammaInv(swgfx*, sgPixel*, int width, int height); 118void sgGammaInv(swgfx*, sgPixel*, int width, int height);