337845319224f632493b16c0376bb607565cb2ed
[cl-glfw.git] / lib / opengl-arb_viewport_array.lisp
blob337845319224f632493b16c0376bb607565cb2ed
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_viewport_array
7 (defconstant +no-reset-notification-arb+ #x8261)
8 (defconstant +fragments-instrument-sgix+ #x8313)
9 (defconstant +fragments-instrument-counters-sgix+ #x8314)
10 (defconstant +fragments-instrument-max-sgix+ #x8315)
11 (defconstant +first-vertex-convention+ #x8E4D)
12 (defconstant +last-vertex-convention+ #x8E4E)
13 (defconstant +provoking-vertex+ #x8E4F)
14 (defglextfun "GetDoublei_v" get-doublei_v :return "void" :args
15 ((:name |target| :type |GLenum| :direction :in)
16 (:name |index| :type |UInt32| :direction :in)
17 (:name |data| :type |Float64| :direction :out :array t :size (|target|)))
18 :category "ARB_viewport_array" :deprecated nil :version "4.1")
19 (defglextfun "GetFloati_v" get-floati_v :return "void" :args
20 ((:name |target| :type |GLenum| :direction :in)
21 (:name |index| :type |UInt32| :direction :in)
22 (:name |data| :type |Float32| :direction :out :array t :size (|target|)))
23 :category "ARB_viewport_array" :deprecated nil :version "4.1")
24 (defglextfun "DepthRangeIndexed" depth-range-indexed :return "void" :args
25 ((:name |index| :type |UInt32| :direction :in)
26 (:name |n| :type |ClampedFloat64| :direction :in)
27 (:name |f| :type |ClampedFloat64| :direction :in))
28 :category "ARB_viewport_array" :deprecated nil :version "4.1")
29 (defglextfun "DepthRangeArrayv" depth-range-arrayv :return "void" :args
30 ((:name |first| :type |UInt32| :direction :in)
31 (:name |count| :type |SizeI| :direction :in)
32 (:name |v| :type |ClampedFloat64| :direction :in :array t :size (|count|)))
33 :category "ARB_viewport_array" :deprecated nil :version "4.1")
34 (defglextfun "ScissorIndexedv" scissor-indexed-v :return "void" :args
35 ((:name |index| :type |UInt32| :direction :in)
36 (:name |v| :type |Int32| :direction :in :array t :size #x4))
37 :category "ARB_viewport_array" :deprecated nil :version "4.1")
38 (defglextfun "ScissorIndexed" scissor-indexe-d :return "void" :args
39 ((:name |index| :type |UInt32| :direction :in)
40 (:name |left| :type |Int32| :direction :in)
41 (:name |bottom| :type |Int32| :direction :in)
42 (:name |width| :type |SizeI| :direction :in)
43 (:name |height| :type |SizeI| :direction :in))
44 :category "ARB_viewport_array" :deprecated nil :version "4.1")
45 (defglextfun "ScissorArrayv" scissor-arrayv :return "void" :args
46 ((:name |first| :type |UInt32| :direction :in)
47 (:name |count| :type |SizeI| :direction :in)
48 (:name |v| :type |Int32| :direction :in :array t :size (|count|)))
49 :category "ARB_viewport_array" :deprecated nil :version "4.1")
50 (defglextfun "ViewportIndexedfv" viewport-indexed-fv :return "void" :args
51 ((:name |index| :type |UInt32| :direction :in)
52 (:name |v| :type |Float32| :direction :in :array t :size #x4))
53 :category "ARB_viewport_array" :deprecated nil :version "4.1")
54 (defglextfun "ViewportIndexedf" viewport-indexed-f :return "void" :args
55 ((:name |index| :type |UInt32| :direction :in)
56 (:name |x| :type |Float32| :direction :in)
57 (:name |y| :type |Float32| :direction :in)
58 (:name |w| :type |Float32| :direction :in)
59 (:name |h| :type |Float32| :direction :in))
60 :category "ARB_viewport_array" :deprecated nil :version "4.1")
61 (defglextfun "ViewportArrayv" viewport-arrayv :return "void" :args
62 ((:name |first| :type |UInt32| :direction :in)
63 (:name |count| :type |SizeI| :direction :in)
64 (:name |v| :type |Float32| :direction :in :array t :size (|count|)))
65 :category "ARB_viewport_array" :deprecated nil :version "4.1")