Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-sgis_fog_function.lisp
blob74bc24118733efc84cdac6537c1efd18f0fae7a9
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_fog_function
7 (defglextfun
8 (("GetFogFuncSGIS" get-fog-func-sgis) :args
9 ((:name |points| :type |Float32| :direction :out :array t)) :return ("void")
10 :category ("SGIS_fog_function") :version ("1.1") :dlflags ("notlistable")
11 :glxflags ("ignore") :extension nil :glsflags ("get") :glsopcode ("0x0191")
12 :offset nil))
13 (defglextfun
14 (("FogFuncSGIS" fog-func-sgis) :args
15 ((:name |n| :type |SizeI| :direction :in)
16 (:name |points| :type |Float32| :direction :in :array t :size n*2))
17 :return ("void") :category ("SGIS_fog_function") :version ("1.1") :glxflags
18 ("SGI") :glxropcode ("2067") :extension nil :glsopcode ("0x0179") :offset
19 nil))