Skip to content

Commit

Permalink
egl: trace EGL_IMG_context_priority
Browse files Browse the repository at this point in the history
  • Loading branch information
olvaffe committed Dec 7, 2011
1 parent d674932 commit 058193e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions specs/eglapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@
EGLContextAttrib = FakeEnum(EGLint, [
"EGL_CONTEXT_CLIENT_TYPE", # 0x3097
"EGL_CONTEXT_CLIENT_VERSION", # 0x3098

# EGL_IMG_context_priority
"EGL_CONTEXT_PRIORITY_LEVEL_IMG", # 0x3100

"EGL_NONE",
])

Expand Down

0 comments on commit 058193e

Please sign in to comment.