Extension enumerations now only included where necessary.
[cl-glfw.git] / lib / opengl-arb_timer_query.lisp
blob8045f934302d6d5477c5c28f89623952972bc26e
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 ;;;; arb_timer_query
7 (defconstant +timestamp+ #x8E28)
8 (defconstant +depth-component16-nonlinear-nv+ #x8E2C)
9 (defconstant +time-elapsed+ #x88BF)
10 (defconstant +timestamp+ #x8E28)
11 (defglextfun "GetQueryObjectui64v" get-query-objectui-64v :return "void" :args
12 ((:name |id| :type |UInt32| :direction :in)
13 (:name |pname| :type |GLenum| :direction :in)
14 (:name |params| :type |UInt64| :direction :out :array t :size (|pname|)))
15 :category "ARB_timer_query" :deprecated nil :version "1.2")
16 (defglextfun "GetQueryObjecti64v" get-query-objecti-64v :return "void" :args
17 ((:name |id| :type |UInt32| :direction :in)
18 (:name |pname| :type |GLenum| :direction :in)
19 (:name |params| :type |Int64| :direction :out :array t :size (|pname|)))
20 :category "ARB_timer_query" :deprecated nil :version "1.2")
21 (defglextfun "QueryCounter" query-counter :return "void" :args
22 ((:name |id| :type |UInt32| :direction :in)
23 (:name |target| :type |GLenum| :direction :in))
24 :category "ARB_timer_query" :deprecated nil :version "1.2")
25 (make-extension-loader |ARB_timer_query|
26 (("GetQueryObjectui64v" get-query-objectui-64v :return "void" :args
27 ((:name |id| :type |UInt32| :direction :in)
28 (:name |pname| :type |GLenum| :direction :in)
29 (:name |params| :type |UInt64| :direction :out :array t :size (|pname|)))
30 :category "ARB_timer_query" :deprecated nil :version "1.2")
31 ("GetQueryObjecti64v" get-query-objecti-64v :return "void" :args
32 ((:name |id| :type |UInt32| :direction :in)
33 (:name |pname| :type |GLenum| :direction :in)
34 (:name |params| :type |Int64| :direction :out :array t :size (|pname|)))
35 :category "ARB_timer_query" :deprecated nil :version "1.2")
36 ("QueryCounter" query-counter :return "void" :args
37 ((:name |id| :type |UInt32| :direction :in)
38 (:name |target| :type |GLenum| :direction :in))
39 :category "ARB_timer_query" :deprecated nil :version "1.2")))