From 77f9dbee1721518e09f0beed10b3dbb78d893b08 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Fri, 13 Feb 2026 10:27:58 -0800 Subject: Ambient lighting. Defer texture filtering --- include/swgfx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/swgfx.h') 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 void sgTrianglesIndexedNonUniform(swgfx*, size_t numTris, const sgTriIdx* tris, const sgVec3* positions, const sgVec2* texcoords); void sgLighting(swgfx*); +void sgAmbient(swgfx*, sgVec3 ambient); void sgGamma (swgfx*, sgPixel*, int width, int height); void sgGammaInv(swgfx*, sgPixel*, int width, int height); -- cgit v1.2.3