mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:27:35 +00:00
LibGL+LibGPU: Implement GL_LINE_SMOOTH
context parameter
This commit is contained in:
parent
f13d4cd3a0
commit
0abb7df09b
4 changed files with 15 additions and 0 deletions
|
@ -60,6 +60,7 @@ extern "C" {
|
|||
#define GL_COLOR_BUFFER_BIT 0x04000
|
||||
|
||||
// Enable capabilities
|
||||
#define GL_LINE_SMOOTH 0x0B20
|
||||
#define GL_POLYGON_MODE 0x0B40
|
||||
#define GL_POLYGON_SMOOTH 0x0B41
|
||||
#define GL_POLYGON_STIPPLE 0x0B42
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue