Folded in some ftgl improvements from Cowl
[cl-glfw.git] / lib / opengl-ati_element_array.lisp
blob189bcd3b9b4419d4de6a3baac742dab5d927cb9f
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")