summaryrefslogtreecommitdiff
path: root/include/swgfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/swgfx.h')
-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);