1'''Autogenerated by xml_generate script, do not edit!'''
2from OpenGL import platform as _p, arrays
3# Code generation uses this
4from OpenGL.raw.GLX import _types as _cs
5# End users want this...
6from OpenGL.raw.GLX._types import *
7from OpenGL.raw.GLX import _errors
8from OpenGL.constant import Constant as _C
9
10import ctypes
11_EXTENSION_NAME = 'GLX_SGIX_video_resize'
12def _f( function ):
13    return _p.createFunction( function,_p.PLATFORM.GLX,'GLX_SGIX_video_resize',error_checker=_errors._error_checker)
14GLX_SYNC_FRAME_SGIX=_C('GLX_SYNC_FRAME_SGIX',0x00000000)
15GLX_SYNC_SWAP_SGIX=_C('GLX_SYNC_SWAP_SGIX',0x00000001)
16@_f
17@_p.types(_cs.c_int,ctypes.POINTER(_cs.Display),_cs.c_int,_cs.c_int,_cs.Window)
18def glXBindChannelToWindowSGIX(display,screen,channel,window):pass
19@_f
20@_p.types(_cs.c_int,ctypes.POINTER(_cs.Display),_cs.c_int,_cs.c_int,_cs.c_int,_cs.c_int,_cs.c_int,_cs.c_int)
21def glXChannelRectSGIX(display,screen,channel,x,y,w,h):pass
22@_f
23@_p.types(_cs.c_int,ctypes.POINTER(_cs.Display),_cs.c_int,_cs.c_int,_cs.GLenum)
24def glXChannelRectSyncSGIX(display,screen,channel,synctype):pass
25@_f
26@_p.types(_cs.c_int,ctypes.POINTER(_cs.Display),_cs.c_int,_cs.c_int,ctypes.POINTER(_cs.c_int),ctypes.POINTER(_cs.c_int),ctypes.POINTER(_cs.c_int),ctypes.POINTER(_cs.c_int))
27def glXQueryChannelDeltasSGIX(display,screen,channel,x,y,w,h):pass
28@_f
29@_p.types(_cs.c_int,ctypes.POINTER(_cs.Display),_cs.c_int,_cs.c_int,ctypes.POINTER(_cs.c_int),ctypes.POINTER(_cs.c_int),ctypes.POINTER(_cs.c_int),ctypes.POINTER(_cs.c_int))
30def glXQueryChannelRectSGIX(display,screen,channel,dx,dy,dw,dh):pass
31