mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 17:48:37 +00:00
LibGL+LibSoftGPU: Add GL_ADD
Texture Environment
This commit is contained in:
parent
e34f199997
commit
c9f44c746a
Notes:
sideshowbarker
2024-07-17 14:15:38 +09:00
Author: https://github.com/Quaker762
Commit: c9f44c746a
Pull-request: https://github.com/SerenityOS/serenity/pull/13271
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/EWouters
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/gmta
Reviewed-by: https://github.com/sunverwerth ✅
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