Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-sgix_async.lisp
blob10aad93b7e19a7bb437a3dd281ed98e72aeec9dd
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 ;;;; sgix_async
7 (defglextfun "IsAsyncMarkerSGIX" is-async-marker-sgix :return "Boolean" :args
8 ((:name |marker| :type |UInt32| :direction :in)) :category "SGIX_async"
9 :deprecated nil :version "1.0")
10 (defglextfun "DeleteAsyncMarkersSGIX" delete-async-markers-sgix :return "void"
11 :args
12 ((:name |marker| :type |UInt32| :direction :in)
13 (:name |range| :type |SizeI| :direction :in))
14 :category "SGIX_async" :deprecated nil :version "1.0")
15 (defglextfun "GenAsyncMarkersSGIX" gen-async-markers-sgix :return "UInt32"
16 :args ((:name |range| :type |SizeI| :direction :in)) :category "SGIX_async"
17 :deprecated nil :version "1.0")
18 (defglextfun "PollAsyncSGIX" poll-async-sgix :return "Int32" :args
19 ((:name |markerp| :type |UInt32| :direction :out :array t :size #x1))
20 :category "SGIX_async" :deprecated nil :version "1.0")
21 (defglextfun "FinishAsyncSGIX" finish-async-sgix :return "Int32" :args
22 ((:name |markerp| :type |UInt32| :direction :out :array t :size #x1))
23 :category "SGIX_async" :deprecated nil :version "1.0")
24 (defglextfun "AsyncMarkerSGIX" async-marker-sgix :return "void" :args
25 ((:name |marker| :type |UInt32| :direction :in)) :category "SGIX_async"
26 :deprecated nil :version "1.0")
27 (make-extension-loader |SGIX_async|
28 (("IsAsyncMarkerSGIX" is-async-marker-sgix :return "Boolean" :args
29 ((:name |marker| :type |UInt32| :direction :in)) :category "SGIX_async"
30 :deprecated nil :version "1.0")
31 ("DeleteAsyncMarkersSGIX" delete-async-markers-sgix :return "void" :args
32 ((:name |marker| :type |UInt32| :direction :in)
33 (:name |range| :type |SizeI| :direction :in))
34 :category "SGIX_async" :deprecated nil :version "1.0")
35 ("GenAsyncMarkersSGIX" gen-async-markers-sgix :return "UInt32" :args
36 ((:name |range| :type |SizeI| :direction :in)) :category "SGIX_async"
37 :deprecated nil :version "1.0")
38 ("PollAsyncSGIX" poll-async-sgix :return "Int32" :args
39 ((:name |markerp| :type |UInt32| :direction :out :array t :size #x1))
40 :category "SGIX_async" :deprecated nil :version "1.0")
41 ("FinishAsyncSGIX" finish-async-sgix :return "Int32" :args
42 ((:name |markerp| :type |UInt32| :direction :out :array t :size #x1))
43 :category "SGIX_async" :deprecated nil :version "1.0")
44 ("AsyncMarkerSGIX" async-marker-sgix :return "void" :args
45 ((:name |marker| :type |UInt32| :direction :in)) :category "SGIX_async"
46 :deprecated nil :version "1.0")))