mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 06:09:08 +00:00
LibGL: Implement glLineWidth
This commit is contained in:
parent
22f8294a57
commit
fbed7a5ba8
Notes:
sideshowbarker
2024-07-17 22:51:16 +09:00
Author: https://github.com/gmta
Commit: fbed7a5ba8
Pull-request: https://github.com/SerenityOS/serenity/pull/11154
Reviewed-by: https://github.com/sunverwerth ✅
5 changed files with 21 additions and 1 deletions
|
@ -467,6 +467,7 @@ GLAPI void glNormal3fv(GLfloat const* v);
|
|||
GLAPI void glRasterPos2i(GLint x, GLint y);
|
||||
GLAPI void glMaterialf(GLenum face, GLenum pname, GLfloat param);
|
||||
GLAPI void glMaterialfv(GLenum face, GLenum pname, GLfloat const* params);
|
||||
GLAPI void glLineWidth(GLfloat width);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue