Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-ext_timer_query.lisp
blobf341dd915d924cfce3a5c333ebb20ae245400c64
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 (defconstant +matrix0-arb+ #x88C0)
9 (defconstant +matrix1-arb+ #x88C1)
10 (defconstant +matrix2-arb+ #x88C2)
11 (defconstant +matrix3-arb+ #x88C3)
12 (defconstant +matrix4-arb+ #x88C4)
13 (defconstant +matrix5-arb+ #x88C5)
14 (defconstant +matrix6-arb+ #x88C6)
15 (defconstant +matrix7-arb+ #x88C7)
16 (defconstant +matrix8-arb+ #x88C8)
17 (defconstant +matrix9-arb+ #x88C9)
18 (defconstant +matrix10-arb+ #x88CA)
19 (defconstant +matrix11-arb+ #x88CB)
20 (defconstant +matrix12-arb+ #x88CC)
21 (defconstant +matrix13-arb+ #x88CD)
22 (defconstant +matrix14-arb+ #x88CE)
23 (defconstant +matrix15-arb+ #x88CF)
24 (defconstant +matrix16-arb+ #x88D0)
25 (defconstant +matrix17-arb+ #x88D1)
26 (defconstant +matrix18-arb+ #x88D2)
27 (defconstant +matrix19-arb+ #x88D3)
28 (defconstant +matrix20-arb+ #x88D4)
29 (defconstant +matrix21-arb+ #x88D5)
30 (defconstant +matrix22-arb+ #x88D6)
31 (defconstant +matrix23-arb+ #x88D7)
32 (defconstant +matrix24-arb+ #x88D8)
33 (defconstant +matrix25-arb+ #x88D9)
34 (defconstant +matrix26-arb+ #x88DA)
35 (defconstant +matrix27-arb+ #x88DB)
36 (defconstant +matrix28-arb+ #x88DC)
37 (defconstant +matrix29-arb+ #x88DD)
38 (defconstant +matrix30-arb+ #x88DE)
39 (defconstant +matrix31-arb+ #x88DF)
40 (defconstant +stream-draw+ #x88E0)
41 (defconstant +stream-read+ #x88E1)
42 (defconstant +stream-copy+ #x88E2)
43 (defconstant +static-draw+ #x88E4)
44 (defconstant +static-read+ #x88E5)
45 (defconstant +static-copy+ #x88E6)
46 (defconstant +dynamic-draw+ #x88E8)
47 (defconstant +dynamic-read+ #x88E9)
48 (defconstant +dynamic-copy+ #x88EA)
49 (defconstant +stream-draw-arb+ #x88E0)
50 (defconstant +stream-read-arb+ #x88E1)
51 (defconstant +stream-copy-arb+ #x88E2)
52 (defconstant +static-draw-arb+ #x88E4)
53 (defconstant +static-read-arb+ #x88E5)
54 (defconstant +static-copy-arb+ #x88E6)
55 (defconstant +dynamic-draw-arb+ #x88E8)
56 (defconstant +dynamic-read-arb+ #x88E9)
57 (defconstant +dynamic-copy-arb+ #x88EA)
58 (defconstant +time-elapsed-ext+ #x88BF)
59 (defglextfun "GetQueryObjectui64vEXT" get-query-objectui-64v-ext :return "void"
60 :args
61 ((:name |id| :type |UInt32| :direction :in)
62 (:name |pname| :type |GLenum| :direction :in)
63 (:name |params| :type |UInt64EXT| :direction :out :array t :size pname))
64 :category "EXT_timer_query" :deprecated nil :version "1.5")
65 (defglextfun "GetQueryObjecti64vEXT" get-query-objecti-64v-ext :return "void"
66 :args
67 ((:name |id| :type |UInt32| :direction :in)
68 (:name |pname| :type |GLenum| :direction :in)
69 (:name |params| :type |Int64EXT| :direction :out :array t :size pname))
70 :category "EXT_timer_query" :deprecated nil :version "1.5")
71 (make-extension-loader |EXT_timer_query|
72 (("GetQueryObjectui64vEXT" get-query-objectui-64v-ext :return "void" :args
73 ((:name |id| :type |UInt32| :direction :in)
74 (:name |pname| :type |GLenum| :direction :in)
75 (:name |params| :type |UInt64EXT| :direction :out :array t :size pname))
76 :category "EXT_timer_query" :deprecated nil :version "1.5")
77 ("GetQueryObjecti64vEXT" get-query-objecti-64v-ext :return "void" :args
78 ((:name |id| :type |UInt32| :direction :in)
79 (:name |pname| :type |GLenum| :direction :in)
80 (:name |params| :type |Int64EXT| :direction :out :array t :size pname))
81 :category "EXT_timer_query" :deprecated nil :version "1.5")))