mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 08:28:11 +00:00
LibGL: Implement glFogf
This commit is contained in:
parent
7f1cd54b80
commit
f55d2a22af
6 changed files with 27 additions and 0 deletions
|
@ -39,6 +39,7 @@ struct RasterizerOptions {
|
|||
0.0f,
|
||||
0.0f,
|
||||
};
|
||||
GLfloat fog_density { 1.0f };
|
||||
};
|
||||
|
||||
class SoftwareRasterizer final {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue