Hack to make it work with CCL
[cl-glfw.git] / lib / opengl-sgis_sharpen_texture.lisp
bloba6827491ab7d2779e4efd989bd8ae1f7f5ae33c4
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_sharpen_texture
7 (defglextfun "GetSharpenTexFuncSGIS" get-sharpen-tex-func-sgis :return "void"
8 :args
9 ((:name |target| :type |TextureTarget| :direction :in)
10 (:name |points| :type |Float32| :direction :out :array t :size (|target|)))
11 :category "SGIS_sharpen_texture" :deprecated nil :version "1.0")
12 (defglextfun "SharpenTexFuncSGIS" sharpen-tex-func-sgis :return "void" :args
13 ((:name |target| :type |TextureTarget| :direction :in)
14 (:name |n| :type |SizeI| :direction :in)
15 (:name |points| :type |Float32| :direction :in :array t :size n*2))
16 :category "SGIS_sharpen_texture" :deprecated nil :version "1.0")