Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-sgis_fog_function.lisp
blobe9b2e717fc7e2540dcc5618f59e499df396831db
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 (defconstant +clamp-to-border+ #x812D)
8 (defglextfun "GetFogFuncSGIS" get-fog-func-sgis :return "void" :args
9 ((:name |points| :type |Float32| :direction :out :array t)) :category
10 "SGIS_fog_function" :deprecated nil :version "1.1")
11 (defglextfun "FogFuncSGIS" fog-func-sgis :return "void" :args
12 ((:name |n| :type |SizeI| :direction :in)
13 (:name |points| :type |Float32| :direction :in :array t :size n*2))
14 :category "SGIS_fog_function" :deprecated nil :version "1.1")
15 (make-extension-loader |SGIS_fog_function|
16 (("GetFogFuncSGIS" get-fog-func-sgis :return "void" :args
17 ((:name |points| :type |Float32| :direction :out :array t)) :category
18 "SGIS_fog_function" :deprecated nil :version "1.1")
19 ("FogFuncSGIS" fog-func-sgis :return "void" :args
20 ((:name |n| :type |SizeI| :direction :in)
21 (:name |points| :type |Float32| :direction :in :array t :size n*2))
22 :category "SGIS_fog_function" :deprecated nil :version "1.1")))