Fixed the nil names of the generator.
[cl-glfw.git] / lib / opengl-sgix_async.lisp
blobf12cb71a0f828405925a4e941237f6c719c43e60
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
8 (("IsAsyncMarkerSGIX" is-async-marker-sgix) :args
9 ((:name |marker| :type |UInt32| :direction :in)) :return ("Boolean")
10 :category ("SGIX_async") :version ("1.0") :dlflags ("notlistable") :glxflags
11 ("ignore") :extension nil :glsopcode ("0x019D") :offset ("?")))
12 (defglextfun
13 (("DeleteAsyncMarkersSGIX" delete-async-markers-sgix) :args
14 ((:name |marker| :type |UInt32| :direction :in)
15 (:name |range| :type |SizeI| :direction :in))
16 :return ("void") :category ("SGIX_async") :version ("1.0") :dlflags
17 ("notlistable") :glxflags ("ignore") :extension nil :glsopcode ("0x019C")
18 :offset ("?")))
19 (defglextfun
20 (("GenAsyncMarkersSGIX" gen-async-markers-sgix) :args
21 ((:name |range| :type |SizeI| :direction :in)) :return ("UInt32") :category
22 ("SGIX_async") :version ("1.0") :dlflags ("notlistable") :glxflags ("ignore")
23 :extension nil :glsopcode ("0x019B") :offset ("?")))
24 (defglextfun
25 (("PollAsyncSGIX" poll-async-sgix) :args
26 ((:name |markerp| :type |UInt32| :direction :out :array t :size #x1)) :return
27 ("Int32") :category ("SGIX_async") :version ("1.0") :dlflags ("notlistable")
28 :glxflags ("ignore") :extension nil :glsopcode ("0x019A") :offset ("?")))
29 (defglextfun
30 (("FinishAsyncSGIX" finish-async-sgix) :args
31 ((:name |markerp| :type |UInt32| :direction :out :array t :size #x1)) :return
32 ("Int32") :category ("SGIX_async") :version ("1.0") :dlflags ("notlistable")
33 :glxflags ("ignore") :extension nil :glsopcode ("0x0199") :offset ("?")))
34 (defglextfun
35 (("AsyncMarkerSGIX" async-marker-sgix) :args
36 ((:name |marker| :type |UInt32| :direction :in)) :return ("void") :category
37 ("SGIX_async") :version ("1.0") :glxflags ("ignore") :extension nil
38 :glsopcode ("0x0198") :offset ("?")))