diff options
author | Chia-I Wu <olvaffe@gmail.com> | 2011-11-30 18:35:40 +0800 |
---|---|---|
committer | Chia-I Wu <olvaffe@gmail.com> | 2011-12-07 16:21:45 +0800 |
commit | 8fa7b32603bd9ca3a354f120a7490304b32bceb6 (patch) | |
tree | 3c40c2bdd9fa1dcfc71e5eeb5f898062072a39e5 | |
parent | d7638c41f8419b86f9e056f124d49ff60e582756 (diff) |
egl: trace EGL_NV_depth_nonlinear
-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, [ |