Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-intel_parallel_arrays.lisp
blob57d211c674db7091821887b1f4aa3052b5bbe18b
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 ;;;; intel_parallel_arrays
7 (defconstant +parallel-arrays-intel+ #x83F4)
8 (defconstant +vertex-array-parallel-pointers-intel+ #x83F5)
9 (defconstant +normal-array-parallel-pointers-intel+ #x83F6)
10 (defconstant +color-array-parallel-pointers-intel+ #x83F7)
11 (defconstant +texture-coord-array-parallel-pointers-intel+ #x83F8)
12 (defconstant +parallel-arrays-intel+ #x83F4)
13 (defconstant +vertex-array-parallel-pointers-intel+ #x83F5)
14 (defconstant +normal-array-parallel-pointers-intel+ #x83F6)
15 (defconstant +color-array-parallel-pointers-intel+ #x83F7)
16 (defconstant +texture-coord-array-parallel-pointers-intel+ #x83F8)
17 (defglextfun
18 (("TexCoordPointervINTEL" tex-coord-pointerv-intel) :args
19 ((:name |size| :type |Int32| :direction :in)
20 (:name |type| :type |VertexPointerType| :direction :in)
21 (:name |pointer| :type |VoidPointer| :direction :in :array t :size #x4
22 :retained t))
23 :return ("void") :category ("INTEL_parallel_arrays") :dlflags ("notlistable")
24 :glxflags ("client-handcode" "server-handcode" "EXT") :version ("1.1")
25 :glsflags ("ignore" "client") :offset ("?")))
26 (defglextfun
27 (("ColorPointervINTEL" color-pointerv-intel) :args
28 ((:name |size| :type |Int32| :direction :in)
29 (:name |type| :type |VertexPointerType| :direction :in)
30 (:name |pointer| :type |VoidPointer| :direction :in :array t :size #x4
31 :retained t))
32 :return ("void") :category ("INTEL_parallel_arrays") :dlflags ("notlistable")
33 :glxflags ("client-handcode" "server-handcode" "EXT") :version ("1.1")
34 :glsflags ("ignore" "client") :offset ("?")))
35 (defglextfun
36 (("NormalPointervINTEL" normal-pointerv-intel) :args
37 ((:name |type| :type |NormalPointerType| :direction :in)
38 (:name |pointer| :type |VoidPointer| :direction :in :array t :size #x4
39 :retained t))
40 :return ("void") :category ("INTEL_parallel_arrays") :dlflags ("notlistable")
41 :glxflags ("client-handcode" "server-handcode" "EXT") :version ("1.1")
42 :glsflags ("ignore" "client") :offset ("?")))
43 (defglextfun
44 (("VertexPointervINTEL" vertex-pointerv-intel) :args
45 ((:name |size| :type |Int32| :direction :in)
46 (:name |type| :type |VertexPointerType| :direction :in)
47 (:name |pointer| :type |VoidPointer| :direction :in :array t :size #x4
48 :retained t))
49 :return ("void") :category ("INTEL_parallel_arrays") :dlflags ("notlistable")
50 :glxflags ("client-handcode" "server-handcode" "EXT") :version ("1.1")
51 :glsflags ("ignore" "client") :offset ("?")))