mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:37:35 +00:00
LibGL+LibGPU: Implement glPointSize
This commit is contained in:
parent
ac3e46b97d
commit
0dcb23ee96
6 changed files with 25 additions and 4 deletions
|
@ -301,6 +301,7 @@ extern "C" {
|
|||
|
||||
// Points
|
||||
#define GL_POINT_SMOOTH 0x0B10
|
||||
#define GL_POINT_SIZE 0x0B11
|
||||
#define GL_POINT_SIZE_MIN_EXT 0x8126
|
||||
#define GL_POINT_SIZE_MAX_EXT 0x8127
|
||||
#define GL_DISTANCE_ATTENUATION_EXT 0x8129
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue