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 ;;;; sgis_detail_texture
7 (defglextfun "GetDetailTexFuncSGIS" get-detail-tex-func-sgis
:return
"void"
9 ((:name |target|
:type |TextureTarget|
:direction
:in
)
10 (:name |points|
:type |Float32|
:direction
:out
:array t
:size
(|target|
)))
11 :category
"SGIS_detail_texture" :version
"1.0")
12 (defglextfun "DetailTexFuncSGIS" detail-tex-func-sgis
:return
"void" :args
13 ((:name |target|
:type |TextureTarget|
:direction
:in
)
14 (:name |n|
:type |SizeI|
:direction
:in
)
15 (:name |points|
:type |Float32|
:direction
:in
:array t
:size n
*2))
16 :category
"SGIS_detail_texture" :version
"1.0")