mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 01:17:46 +00:00
LibGL: Implement "clamp" wrap mode
This commit is contained in:
parent
12785849aa
commit
8902efa52d
2 changed files with 23 additions and 1 deletions
|
@ -199,7 +199,10 @@ extern "C" {
|
|||
#define GL_NEAREST 0x2600
|
||||
#define GL_LINEAR 0x2601
|
||||
#define GL_NEAREST_MIPMAP_LINEAR 0x2602
|
||||
#define GL_REPEAT 0x2603
|
||||
#define GL_CLAMP 0x2900
|
||||
#define GL_REPEAT 0x2901
|
||||
#define GL_CLAMP_TO_BORDER 0x812D
|
||||
#define GL_CLAMP_TO_EDGE 0x812F
|
||||
|
||||
// OpenGL State & GLGet
|
||||
#define GL_MODELVIEW_MATRIX 0x0BA6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue