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