summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--specs/eglapi.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/specs/eglapi.py b/specs/eglapi.py
index c887807..c0393d6 100644
--- a/specs/eglapi.py
+++ b/specs/eglapi.py
@@ -104,6 +104,10 @@ EGLConfigAttrib = FakeEnum(EGLint, [
# EGL_KHR_lock_surface
"EGL_MATCH_FORMAT_KHR", # 0x3043
+
+ # EGL_NV_coverage_sample
+ "EGL_COVERAGE_BUFFERS_NV", # 0x30E0
+ "EGL_COVERAGE_SAMPLES_NV", # 0x30E1
])
EGLName = FakeEnum(EGLint, [