Fix unused uniform bug in EGL robustness tests
[platform/upstream/VK-GL-CTS.git] / scripts / egl / common.py
index 919fece..6e6d4e7 100644 (file)
@@ -48,6 +48,7 @@ VERSION                               = '1.5'
 EXTENSIONS                     = [
        # \todo [2014-12-05 pyry] Use 1.5 core functions/enums instead
        "EGL_KHR_create_context",
+       "EGL_KHR_create_context_no_error",
        "EGL_KHR_lock_surface",
        "EGL_KHR_image_base",
        "EGL_KHR_fence_sync",