diff options
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); |
