Added FTGL for convenience
[cl-glfw.git] / lib / opengl-sgix_async.lisp
blobb1cce5a4b251c4effe632c930397c716b4868b28
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")