mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:27:43 +00:00
LibGL: Implement glFogi
This commit is contained in:
parent
f55d2a22af
commit
d73cc3d0eb
6 changed files with 27 additions and 0 deletions
|
@ -18,3 +18,8 @@ void glFogf(GLenum pname, GLfloat param)
|
|||
{
|
||||
g_gl_context->gl_fogf(pname, param);
|
||||
}
|
||||
|
||||
void glFogi(GLenum pname, GLint param)
|
||||
{
|
||||
g_gl_context->gl_fogi(pname, param);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue