Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-ext_x11_sync_object.lisp
blobf83ed6002777630481785c6bc4ff9da4246d4c3e
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:cl-glfw-opengl)
5 ;;;; ext_x11_sync_object
7 (defconstant +sync-x11-fence-ext+ #x90E1)
8 (defconstant +sync-x11-fence-ext+ #x90E1)
9 (defglextfun "ImportSyncEXT" import-sync-ext :return "sync" :args
10 ((:name |external_sync_type| :type |GLenum| :direction :in)
11 (:name |external_sync| :type |Intptr| :direction :in)
12 (:name |flags| :type |GLbitfield| :direction :in))
13 :category "EXT_x11_sync_object" :deprecated nil :version "3.2")
14 (make-extension-loader |EXT_x11_sync_object|
15 (("ImportSyncEXT" import-sync-ext :return "sync" :args
16 ((:name |external_sync_type| :type |GLenum| :direction :in)
17 (:name |external_sync| :type |Intptr| :direction :in)
18 (:name |flags| :type |GLbitfield| :direction :in))
19 :category "EXT_x11_sync_object" :deprecated nil :version "3.2")))