1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 04:37:44 +00:00

LibGL+LibSoftGPU: Add GL_ADD Texture Environment

This commit is contained in:
Jesse Buhagiar 2022-03-09 21:27:50 +11:00 committed by Andreas Kling
parent e34f199997
commit c9f44c746a
4 changed files with 13 additions and 0 deletions

View file

@ -34,6 +34,7 @@ enum class TextureEnvMode {
Modulate,
Replace,
Decal,
Add,
};
struct SamplerConfig final {