'''Autogenerated by xml_generate script, do not edit!''' from OpenGL import platform as _p, arrays # Code generation uses this from OpenGL.raw.GL import _types as _cs # End users want this... from OpenGL.raw.GL._types import * from OpenGL.raw.GL import _errors from OpenGL.constant import Constant as _C import ctypes _EXTENSION_NAME = 'GL_EXT_x11_sync_object' def _f( function ): return _p.createFunction( function,_p.PLATFORM.GL,'GL_EXT_x11_sync_object',error_checker=_errors._error_checker) GL_SYNC_X11_FENCE_EXT=_C('GL_SYNC_X11_FENCE_EXT',0x90E1) @_f @_p.types(_cs.GLsync,_cs.GLenum,_cs.GLintptr,_cs.GLbitfield) def glImportSyncEXT(external_sync_type,external_sync,flags):pass