From: José Fonseca Date: Sun, 15 Apr 2012 14:03:31 +0000 (+0100) Subject: Drop GLsync_ X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=7950742bd95fe43c1166ab61e2303f5d5bdf71da;p=apitrace Drop GLsync_ --- diff --git a/specs/gltypes.py b/specs/gltypes.py index 17b4598..2200a88 100644 --- a/specs/gltypes.py +++ b/specs/gltypes.py @@ -108,8 +108,7 @@ GLfeedback = Handle("feedback", GLuint) # reconstructed from other state. GLmap = LinearPointer(GLvoid, "length") -GLsync_ = IntPointer("GLsync") -GLsync = Handle("sync", GLsync_) +GLsync = Handle("sync", IntPointer("GLsync")) GLenum = Enum("GLenum", [ # Parameters are added later from glparams.py's parameter table