diff options
Diffstat (limited to 'src/mesa/main/light.h')
-rw-r--r-- | src/mesa/main/light.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/light.h b/src/mesa/main/light.h index 1f19019450..f47fe58a83 100644 --- a/src/mesa/main/light.h +++ b/src/mesa/main/light.h @@ -78,6 +78,10 @@ extern void GLAPIENTRY _mesa_GetMaterialiv( GLenum face, GLenum pname, GLint *params ); +extern void +_mesa_light(GLcontext *ctx, GLuint lnum, GLenum pname, const GLfloat *params); + + /* Lerp between adjacent values in the f(x) lookup table, giving a * continuous function, with adequeate overall accuracy. (Though * still pretty good compared to a straight lookup). |