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:
Luke Benstead 2022-01-19 08:05:31 +00:00
commit cfbd126f58

View File

@ -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