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
commit c9f44c746a
Notes: sideshowbarker 2024-07-17 14:15:38 +09:00
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 {