]> git.cworth.org Git - apitrace/blobdiff - specs/eglapi.py
Use skiplist-based FastCallSet within trace::CallSet
[apitrace] / specs / eglapi.py
index 74584784fac766cd5c3770e1d3326d304564a63a..510e0fab4b2eabbe032ced568598628fd287899c 100644 (file)
@@ -289,7 +289,7 @@ EGLClientPixmapHI = Struct("struct EGLClientPixmapHI", [
 # EGL_NV_system_time
 EGLuint64NV = Alias("EGLuint64NV", UInt64)
 
-eglapi = API("EGL")
+eglapi = Module("EGL")
 
 EGLAttribList = Array(Const(EGLattrib), "_AttribPairList_size(attrib_list, EGL_NONE)")