summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/swgfx.h4
1 files changed, 2 insertions, 2 deletions
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*);
111void sgTrianglesIndexed(swgfx*, size_t numIndices, const sgIdx* indices, const sgVec3* positions, const sgVec2* texcoords); 111void sgTrianglesIndexed(swgfx*, size_t numIndices, const sgIdx* indices, const sgVec3* positions, const sgVec2* texcoords);
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*);
115
114void sgGamma (swgfx*, sgPixel*, int width, int height); 116void sgGamma (swgfx*, sgPixel*, int width, int height);
115void sgGammaInv(swgfx*, sgPixel*, int width, int height); 117void sgGammaInv(swgfx*, sgPixel*, int width, int height);
116 118
117sgCounters sgGetCounters(const swgfx*); 119sgCounters sgGetCounters(const swgfx*);
118
119void sgCheck(swgfx*);