Added comments to files that are auto-generated.
[cl-glfw/jecs.git] / lib / opengl-ext_timer_query.lisp
blobc4f725f80a2a8a13ff41ebbaad6d42c4fca99525
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:gl)
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 ("?")))