From 5f7855b6aa0e3338625eb7d30e8ccc5b74050bbf Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Thu, 12 Feb 2026 18:24:14 -0800 Subject: Deferred pipeline --- 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 a1ce872..57ba472 100644 --- a/include/swgfx.h +++ b/include/swgfx.h @@ -111,9 +111,9 @@ void sgTriangleStrip (swgfx*, size_t count, const sgVec3*, const sgNormal*); void sgTrianglesIndexed(swgfx*, size_t numIndices, const sgIdx* indices, const sgVec3* positions, const sgVec2* texcoords); void sgTrianglesIndexedNonUniform(swgfx*, size_t numTris, const sgTriIdx* tris, const sgVec3* positions, const sgVec2* texcoords); +void sgLighting(swgfx*); + void sgGamma (swgfx*, sgPixel*, int width, int height); void sgGammaInv(swgfx*, sgPixel*, int width, int height); sgCounters sgGetCounters(const swgfx*); - -void sgCheck(swgfx*); -- cgit v1.2.3