diff options
| author | 3gg <3gg@shellblade.net> | 2026-02-13 10:27:58 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2026-02-13 10:27:58 -0800 |
| commit | 77f9dbee1721518e09f0beed10b3dbb78d893b08 (patch) | |
| tree | b9b26485ef1cff497867e120ae27428c6f82c029 /include | |
| parent | 5f7855b6aa0e3338625eb7d30e8ccc5b74050bbf (diff) | |
Ambient lighting. Defer texture filtering
Diffstat (limited to 'include')
| -rw-r--r-- | include/swgfx.h | 1 |
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 | |||
| 112 | void sgTrianglesIndexedNonUniform(swgfx*, size_t numTris, const sgTriIdx* tris, const sgVec3* positions, const sgVec2* texcoords); | 112 | void sgTrianglesIndexedNonUniform(swgfx*, size_t numTris, const sgTriIdx* tris, const sgVec3* positions, const sgVec2* texcoords); |
| 113 | 113 | ||
| 114 | void sgLighting(swgfx*); | 114 | void sgLighting(swgfx*); |
| 115 | void sgAmbient(swgfx*, sgVec3 ambient); | ||
| 115 | 116 | ||
| 116 | void sgGamma (swgfx*, sgPixel*, int width, int height); | 117 | void sgGamma (swgfx*, sgPixel*, int width, int height); |
| 117 | void sgGammaInv(swgfx*, sgPixel*, int width, int height); | 118 | void sgGammaInv(swgfx*, sgPixel*, int width, int height); |
