mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 00:07:35 +00:00
LibGL+LibSoftGPU: Add GL_ADD
Texture Environment
This commit is contained in:
parent
e34f199997
commit
c9f44c746a
4 changed files with 13 additions and 0 deletions
|
@ -34,6 +34,7 @@ enum class TextureEnvMode {
|
|||
Modulate,
|
||||
Replace,
|
||||
Decal,
|
||||
Add,
|
||||
};
|
||||
|
||||
struct SamplerConfig final {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue