Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-ext_timer_query.lisp
blobc2daa905eea0803156af4b19c8af3313f146caef
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_timer_query
7 (defconstant +time-elapsed-ext+ #x88BF)
8 (defglextfun
9 (("GetQueryObjectui64vEXT" get-query-objectui-64v-ext) :args
10 ((:name |id| :type |UInt32| :direction :in)
11 (:name |pname| :type |GLenum| :direction :in)
12 (:name |params| :type |UInt64EXT| :direction :out :array t :size pname))
13 :return ("void") :category ("EXT_timer_query") :dlflags ("notlistable")
14 :version ("1.5") :glxvendorpriv ("1329") :glxflags ("ignore") :glsflags
15 ("get") :glsopcode ("?") :offset ("?")))
16 (defglextfun
17 (("GetQueryObjecti64vEXT" get-query-objecti-64v-ext) :args
18 ((:name |id| :type |UInt32| :direction :in)
19 (:name |pname| :type |GLenum| :direction :in)
20 (:name |params| :type |Int64EXT| :direction :out :array t :size pname))
21 :return ("void") :category ("EXT_timer_query") :dlflags ("notlistable")
22 :version ("1.5") :glxvendorpriv ("1328") :glxflags ("ignore") :glsflags
23 ("get") :glsopcode ("?") :offset ("?")))