Removed unused functions
[cl-glfw.git] / lib / opengl-sgis_detail_texture.lisp
blob6b7f08e32d7cc7c7554aa6fb4da1b95a42730848
1 ;;;; This file was automatically generated by nil
3 (in-package #:cl-glfw-opengl)
5 ;;;; sgis_detail_texture
7 (defglextfun
8 (("GetDetailTexFuncSGIS" get-detail-tex-func-sgis) :args
9 ((:name |target| :type |TextureTarget| :direction :in)
10 (:name |points| :type |Float32| :direction :out :array t :size (|target|)))
11 :return ("void") :category ("SGIS_detail_texture") :dlflags ("notlistable")
12 :version ("1.0") :glxflags ("SGI") :glxvendorpriv ("4096") :extension nil
13 :glsflags ("get") :glsopcode ("0x0164") :offset ("443")))
14 (defglextfun
15 (("DetailTexFuncSGIS" detail-tex-func-sgis) :args
16 ((:name |target| :type |TextureTarget| :direction :in)
17 (:name |n| :type |SizeI| :direction :in)
18 (:name |points| :type |Float32| :direction :in :array t :size n*2))
19 :return ("void") :category ("SGIS_detail_texture") :glxflags ("SGI") :version
20 ("1.0") :glxropcode ("2051") :extension nil :glsopcode ("0x0163") :offset
21 ("442")))