mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-10 11:36:22 +00:00
LibGL: Add stubs for glLightf
and glLightfv
This commit is contained in:
parent
7ac8cd057e
commit
d38c4ac8b5
Notes:
sideshowbarker
2024-07-17 22:52:27 +09:00
Author: https://github.com/gmta
Commit: d38c4ac8b5
Pull-request: https://github.com/SerenityOS/serenity/pull/11154
Reviewed-by: https://github.com/sunverwerth ✅
2 changed files with 15 additions and 0 deletions
|
@ -429,6 +429,8 @@ GLAPI void glFogf(GLenum pname, GLfloat param);
|
|||
GLAPI void glFogi(GLenum pname, GLint param);
|
||||
GLAPI void glPixelStorei(GLenum pname, GLint param);
|
||||
GLAPI void glScissor(GLint x, GLint y, GLsizei width, GLsizei height);
|
||||
GLAPI void glLightf(GLenum light, GLenum pname, GLfloat param);
|
||||
GLAPI void glLightfv(GLenum light, GLenum pname, GLfloat* param);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue