mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:57:35 +00:00
LibGL: Implement GL_SAMPLES
, GL_SAMPLE_BUFFERS
context parameters
We do not support multisampling right now, so we return constant values that indicate this.
This commit is contained in:
parent
62846b4691
commit
8e3b7df408
2 changed files with 6 additions and 0 deletions
|
@ -146,6 +146,8 @@ extern "C" {
|
|||
#define GL_MAP2_VERTEX_4 0x0DB8
|
||||
#define GL_NORMAL_ARRAY 0x8075
|
||||
#define GL_NORMAL_ARRAY_TYPE 0x807E
|
||||
#define GL_SAMPLE_BUFFERS 0x80A8
|
||||
#define GL_SAMPLES 0x80A9
|
||||
#define GL_MAX_TEXTURE_LOD_BIAS 0x84FD
|
||||
|
||||
// Blend factors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue