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 ;;;; ext_color_subtable
7 (defglextfun "CopyColorSubTableEXT" copy-color-sub-table-ext
:return
"void"
9 ((:name |target|
:type |ColorTableTarget|
:direction
:in
)
10 (:name |start|
:type |SizeI|
:direction
:in
)
11 (:name |x|
:type |WinCoord|
:direction
:in
)
12 (:name |y|
:type |WinCoord|
:direction
:in
)
13 (:name |width|
:type |SizeI|
:direction
:in
))
14 :category
"EXT_color_subtable" :deprecated nil
:version
"1.2")
15 (defglextfun "ColorSubTableEXT" color-sub-table-ext
:return
"void" :args
16 ((:name |target|
:type |ColorTableTarget|
:direction
:in
)
17 (:name |start|
:type |SizeI|
:direction
:in
)
18 (:name |count|
:type |SizeI|
:direction
:in
)
19 (:name |format|
:type |PixelFormat|
:direction
:in
)
20 (:name |type|
:type |PixelType|
:direction
:in
)
21 (:name |data|
:type |Void|
:direction
:in
:array t
:size
22 (|format| |type| |count|
)))
23 :category
"EXT_color_subtable" :deprecated nil
:version
"1.2")
24 (make-extension-loader |EXT_color_subtable|
25 (("CopyColorSubTableEXT" copy-color-sub-table-ext
:return
"void" :args
26 ((:name |target|
:type |ColorTableTarget|
:direction
:in
)
27 (:name |start|
:type |SizeI|
:direction
:in
)
28 (:name |x|
:type |WinCoord|
:direction
:in
)
29 (:name |y|
:type |WinCoord|
:direction
:in
)
30 (:name |width|
:type |SizeI|
:direction
:in
))
31 :category
"EXT_color_subtable" :deprecated nil
:version
"1.2")
32 ("ColorSubTableEXT" color-sub-table-ext
:return
"void" :args
33 ((:name |target|
:type |ColorTableTarget|
:direction
:in
)
34 (:name |start|
:type |SizeI|
:direction
:in
)
35 (:name |count|
:type |SizeI|
:direction
:in
)
36 (:name |format|
:type |PixelFormat|
:direction
:in
)
37 (:name |type|
:type |PixelType|
:direction
:in
)
38 (:name |data|
:type |Void|
:direction
:in
:array t
:size
39 (|format| |type| |count|
)))
40 :category
"EXT_color_subtable" :deprecated nil
:version
"1.2")))