Author: D Herring <dherring@at.tentpost.dot.com>
[cl-glfw.git] / lib / opengl-sgis_fog_function.lisp
blob27c0cfb3ad1d0c2c119b168ab903e64a4e7a3a9a
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 "GetFogFuncSGIS" get-fog-func-sgis :return "void" :args
8 ((:name |points| :type |Float32| :direction :out :array t)) :category
9 "SGIS_fog_function" :version "1.1")
10 (defglextfun "FogFuncSGIS" fog-func-sgis :return "void" :args
11 ((:name |n| :type |SizeI| :direction :in)
12 (:name |points| :type |Float32| :direction :in :array t :size n*2))
13 :category "SGIS_fog_function" :version "1.1")