From 8fa7b32603bd9ca3a354f120a7490304b32bceb6 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Wed, 30 Nov 2011 18:35:40 +0800 Subject: [PATCH] egl: trace EGL_NV_depth_nonlinear --- specs/eglapi.py | 3 +++ 1 file changed, 3 insertions(+) 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, [ -- 2.43.0