Added extra test platform.
[cl-glfw.git] / lib / opengl-sgis_detail_texture.lisp
blob726b762be6f04b230fbc96ec84859073c00002ea
2 (in-package #:gl)
4 ;;;; SGIS_detail_texture
6 (defglextfun
7 (("GetDetailTexFuncSGIS" get-detail-tex-func-sgis) :args
8 ((:name |target| :type |TextureTarget| :direction :in)
9 (:name |points| :type |Float32| :direction :out :array t :size (|target|)))
10 :return ("void") :category ("SGIS_detail_texture") :dlflags ("notlistable")
11 :version ("1.0") :glxflags ("SGI") :glxvendorpriv ("4096") :extension nil
12 :glsflags ("get") :glsopcode ("0x0164") :offset ("443")))
13 (defglextfun
14 (("DetailTexFuncSGIS" detail-tex-func-sgis) :args
15 ((:name |target| :type |TextureTarget| :direction :in)
16 (:name |n| :type |SizeI| :direction :in)
17 (:name |points| :type |Float32| :direction :in :array t :size n*2))
18 :return ("void") :category ("SGIS_detail_texture") :glxflags ("SGI") :version
19 ("1.0") :glxropcode ("2051") :extension nil :glsopcode ("0x0163") :offset
20 ("442")))