Merge branch 'Add_GL_LINE_SMOOTH' into 'master'
Add GL_LINE_SMOOTH to increase portability See merge request simulant/GLdc!82
This commit is contained in:
commit
cfbd126f58
|
@ -409,6 +409,7 @@ __BEGIN_DECLS
|
||||||
#define GL_TRUE 1
|
#define GL_TRUE 1
|
||||||
|
|
||||||
/* Stubs for portability */
|
/* Stubs for portability */
|
||||||
|
#define GL_LINE_SMOOTH 0x0B20
|
||||||
#define GL_ALPHA_TEST 0x0BC0
|
#define GL_ALPHA_TEST 0x0BC0
|
||||||
#define GL_STENCIL_TEST 0x0B90
|
#define GL_STENCIL_TEST 0x0B90
|
||||||
#define GL_UNPACK_SWAP_BYTES 0x0CF0
|
#define GL_UNPACK_SWAP_BYTES 0x0CF0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user