1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:17:45 +00:00

LibGL+LibGPU: Implement glPointSize

This commit is contained in:
Jelle Raaijmakers 2022-05-08 01:41:30 +02:00 committed by Linus Groh
parent ac3e46b97d
commit 0dcb23ee96
6 changed files with 25 additions and 4 deletions

View file

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