Stripped out a lot of useless info from the spec, by selecting only what is needed.
[cl-glfw.git] / lib / opengl-sgis_sharpen_texture.lisp
bloba94a364941590a83c8d3f868f99257c3804310c8
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" :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" :version "1.0")