mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 06:07:52 +00:00
maxwell_to_gl: Use GL_CLAMP to emulate Clamp wrap mode
This commit is contained in:
parent
af55acef7b
commit
3466bf45e8
3 changed files with 4 additions and 7 deletions
|
@ -251,7 +251,7 @@ enum class WrapMode : u32 {
|
|||
Mirror = 1,
|
||||
ClampToEdge = 2,
|
||||
Border = 3,
|
||||
ClampOGL = 4,
|
||||
Clamp = 4,
|
||||
MirrorOnceClampToEdge = 5,
|
||||
MirrorOnceBorder = 6,
|
||||
MirrorOnceClampOGL = 7,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue