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

LibGL: Implement GL_NORMAL_ARRAY_TYPE context parameter

This is used by the Grim/Monkey4 engine in ScummVM.
This commit is contained in:
Jelle Raaijmakers 2022-08-24 15:29:11 +02:00 committed by Andreas Kling
parent 73f7f4656c
commit d7cfdfe633
2 changed files with 3 additions and 0 deletions

View file

@ -140,6 +140,7 @@ extern "C" {
#define GL_MAP2_VERTEX_3 0x0DB7
#define GL_MAP2_VERTEX_4 0x0DB8
#define GL_NORMAL_ARRAY 0x8075
#define GL_NORMAL_ARRAY_TYPE 0x807E
// Blend factors
#define GL_ZERO 0