1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:27:35 +00:00

LibGL: Implement "mirrored repeat" wrap mode

This commit is contained in:
Stephan Unverwerth 2021-08-11 22:06:07 +02:00 committed by Andreas Kling
parent 8902efa52d
commit e0fef60241
2 changed files with 17 additions and 0 deletions

View file

@ -201,6 +201,7 @@ extern "C" {
#define GL_NEAREST_MIPMAP_LINEAR 0x2602
#define GL_CLAMP 0x2900
#define GL_REPEAT 0x2901
#define GL_MIRRORED_REPEAT 0x8370
#define GL_CLAMP_TO_BORDER 0x812D
#define GL_CLAMP_TO_EDGE 0x812F