Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-ati_element_array.lisp
blob3e7ec89183754a6c5857b7334450e92b9802af67
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 ;;;; ati_element_array
7 (defconstant +element-array-ati+ #x8768)
8 (defconstant +element-array-type-ati+ #x8769)
9 (defconstant +element-array-pointer-ati+ #x876A)
10 (defconstant +element-array-ati+ #x8768)
11 (defconstant +element-array-type-ati+ #x8769)
12 (defconstant +element-array-pointer-ati+ #x876A)
13 (defglextfun "DrawRangeElementArrayATI" draw-range-element-array-ati :return
14 "void" :args
15 ((:name |mode| :type |BeginMode| :direction :in)
16 (:name |start| :type |UInt32| :direction :in)
17 (:name |end| :type |UInt32| :direction :in)
18 (:name |count| :type |SizeI| :direction :in))
19 :category "ATI_element_array" :deprecated nil :version "1.2")
20 (defglextfun "DrawElementArrayATI" draw-element-array-ati :return "void" :args
21 ((:name |mode| :type |BeginMode| :direction :in)
22 (:name |count| :type |SizeI| :direction :in))
23 :category "ATI_element_array" :deprecated nil :version "1.2")
24 (defglextfun "ElementPointerATI" element-pointer-ati :return "void" :args
25 ((:name |type| :type |ElementPointerTypeATI| :direction :in)
26 (:name |pointer| :type |Void| :direction :in :array t :size (|type|)
27 :retained t))
28 :category "ATI_element_array" :deprecated nil :version "1.2")
29 (make-extension-loader |ATI_element_array|
30 (("DrawRangeElementArrayATI" draw-range-element-array-ati :return "void" :args
31 ((:name |mode| :type |BeginMode| :direction :in)
32 (:name |start| :type |UInt32| :direction :in)
33 (:name |end| :type |UInt32| :direction :in)
34 (:name |count| :type |SizeI| :direction :in))
35 :category "ATI_element_array" :deprecated nil :version "1.2")
36 ("DrawElementArrayATI" draw-element-array-ati :return "void" :args
37 ((:name |mode| :type |BeginMode| :direction :in)
38 (:name |count| :type |SizeI| :direction :in))
39 :category "ATI_element_array" :deprecated nil :version "1.2")
40 ("ElementPointerATI" element-pointer-ati :return "void" :args
41 ((:name |type| :type |ElementPointerTypeATI| :direction :in)
42 (:name |pointer| :type |Void| :direction :in :array t :size (|type|)
43 :retained t))
44 :category "ATI_element_array" :deprecated nil :version "1.2")))