Cut-out empty enum groups earlier (results in reordering of exports) and...
[cl-glfw/jecs.git] / lib / opengl-sgis_detail_texture.lisp
blobf5b8ec3559efddd71ca1aeba9626a6a99eda6a40
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
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")))