mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:27:35 +00:00
LibGL: Implement glLineWidth
This commit is contained in:
parent
22f8294a57
commit
fbed7a5ba8
5 changed files with 21 additions and 1 deletions
|
@ -98,6 +98,7 @@ public:
|
|||
virtual void gl_normal(GLfloat nx, GLfloat ny, GLfloat nz) = 0;
|
||||
virtual void gl_raster_pos(GLfloat x, GLfloat y, GLfloat z, GLfloat w) = 0;
|
||||
virtual void gl_materialv(GLenum face, GLenum pname, GLfloat const* params) = 0;
|
||||
virtual void gl_line_width(GLfloat width) = 0;
|
||||
|
||||
virtual void present() = 0;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue