mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 10:48:53 +00:00
LibGL: Implement glFogfv
This currently just sets the fog colour in the rasterizer.
This commit is contained in:
parent
ffa7da0ca5
commit
7f1cd54b80
Notes:
sideshowbarker
2024-07-18 05:18:04 +09:00
Author: https://github.com/Quaker762
Commit: 7f1cd54b80
Pull-request: https://github.com/SerenityOS/serenity/pull/9603
Reviewed-by: https://github.com/alimpfard ✅
7 changed files with 45 additions and 0 deletions
|
@ -374,6 +374,7 @@ GLAPI void glDrawElements(GLenum mode, GLsizei count, GLenum type, const void* i
|
|||
GLAPI void glDepthRange(GLdouble nearVal, GLdouble farVal);
|
||||
GLAPI void glDepthFunc(GLenum func);
|
||||
GLAPI void glPolygonMode(GLenum face, GLenum mode);
|
||||
GLAPI void glFogfv(GLenum mode, GLfloat* params);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue