mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:27:43 +00:00
LibGL: Implement glFogfv
This currently just sets the fog colour in the rasterizer.
This commit is contained in:
parent
ffa7da0ca5
commit
7f1cd54b80
7 changed files with 45 additions and 0 deletions
|
@ -77,6 +77,7 @@ public:
|
|||
virtual void gl_depth_range(GLdouble min, GLdouble max) = 0;
|
||||
virtual void gl_depth_func(GLenum func) = 0;
|
||||
virtual void gl_polygon_mode(GLenum face, GLenum mode) = 0;
|
||||
virtual void gl_fogfv(GLenum pname, GLfloat* params) = 0;
|
||||
|
||||
virtual void present() = 0;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue