diff options
-rw-r--r-- | specs/eglapi.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/specs/eglapi.py b/specs/eglapi.py index c0393d6..1293541 100644 --- a/specs/eglapi.py +++ b/specs/eglapi.py @@ -108,6 +108,9 @@ EGLConfigAttrib = FakeEnum(EGLint, [ # EGL_NV_coverage_sample "EGL_COVERAGE_BUFFERS_NV", # 0x30E0 "EGL_COVERAGE_SAMPLES_NV", # 0x30E1 + + # EGL_NV_depth_nonlinear + "EGL_DEPTH_ENCODING_NV", # 0x30E2 ]) EGLName = FakeEnum(EGLint, [ |