4 ;;;; INTEL_parallel_arrays
6 (defconstant +parallel-arrays-intel
+ #x83F4
)
7 (defconstant +vertex-array-parallel-pointers-intel
+ #x83F5
)
8 (defconstant +normal-array-parallel-pointers-intel
+ #x83F6
)
9 (defconstant +color-array-parallel-pointers-intel
+ #x83F7
)
10 (defconstant +texture-coord-array-parallel-pointers-intel
+ #x83F8
)
11 (defconstant +parallel-arrays-intel
+ #x83F4
)
12 (defconstant +vertex-array-parallel-pointers-intel
+ #x83F5
)
13 (defconstant +normal-array-parallel-pointers-intel
+ #x83F6
)
14 (defconstant +color-array-parallel-pointers-intel
+ #x83F7
)
15 (defconstant +texture-coord-array-parallel-pointers-intel
+ #x83F8
)
17 (("TexCoordPointervINTEL" tex-coord-pointerv-intel
) :args
18 ((:name |size|
:type |Int32|
:direction
:in
)
19 (:name |type|
:type |VertexPointerType|
:direction
:in
)
20 (:name |pointer|
:type |VoidPointer|
:direction
:in
:array t
:size
#x4
22 :return
("void") :category
("INTEL_parallel_arrays") :dlflags
("notlistable")
23 :glxflags
("client-handcode" "server-handcode" "EXT") :version
("1.1")
24 :glsflags
("ignore" "client") :offset
("?")))
26 (("ColorPointervINTEL" color-pointerv-intel
) :args
27 ((:name |size|
:type |Int32|
:direction
:in
)
28 (:name |type|
:type |VertexPointerType|
:direction
:in
)
29 (:name |pointer|
:type |VoidPointer|
:direction
:in
:array t
:size
#x4
31 :return
("void") :category
("INTEL_parallel_arrays") :dlflags
("notlistable")
32 :glxflags
("client-handcode" "server-handcode" "EXT") :version
("1.1")
33 :glsflags
("ignore" "client") :offset
("?")))
35 (("NormalPointervINTEL" normal-pointerv-intel
) :args
36 ((:name |type|
:type |NormalPointerType|
:direction
:in
)
37 (:name |pointer|
:type |VoidPointer|
:direction
:in
:array t
:size
#x4
39 :return
("void") :category
("INTEL_parallel_arrays") :dlflags
("notlistable")
40 :glxflags
("client-handcode" "server-handcode" "EXT") :version
("1.1")
41 :glsflags
("ignore" "client") :offset
("?")))
43 (("VertexPointervINTEL" vertex-pointerv-intel
) :args
44 ((:name |size|
:type |Int32|
:direction
:in
)
45 (:name |type|
:type |VertexPointerType|
:direction
:in
)
46 (:name |pointer|
:type |VoidPointer|
:direction
:in
:array t
:size
#x4
48 :return
("void") :category
("INTEL_parallel_arrays") :dlflags
("notlistable")
49 :glxflags
("client-handcode" "server-handcode" "EXT") :version
("1.1")
50 :glsflags
("ignore" "client") :offset
("?")))