From 54c8ac883c496940c94bf3e094d86bebaccf8211 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Thu, 1 Dec 2011 14:54:33 +0800 Subject: [PATCH] egl: trace EGL_NV_coverage_sample_resolve --- specs/eglapi.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/specs/eglapi.py b/specs/eglapi.py index bc0e787..e7ea617 100644 --- a/specs/eglapi.py +++ b/specs/eglapi.py @@ -158,6 +158,9 @@ EGLSurfaceAttrib = FakeEnum(EGLint, [ # EGL_NV_post_sub_buffer "EGL_POST_SUB_BUFFER_SUPPORTED_NV", # 0x30BE + + # EGL_NV_coverage_sample_resolve + "EGL_COVERAGE_SAMPLE_RESOLVE_NV", # 0x3131 ]) EGLContextAttrib = FakeEnum(EGLint, [ -- 2.45.2