Fixing opengl package so that types work.
[cl-glfw/jecs.git] / lib / opengl-sgis_pixel_texture.lisp
blobe2ea2f4a4d7e3a7200a9e47a426656e059bde554
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_pixel_texture
7 (defconstant +pixel-group-color-sgis+ #x8356)
8 (defconstant +pixel-group-color-sgis+ #x8356)
9 (defglextfun "GetPixelTexGenParameterfvSGIS"
10 get-pixel-tex-gen-parameter-fv-sgis :return "void" :args
11 ((:name |pname| :type |PixelTexGenParameterNameSGIS| :direction :in)
12 (:name |params| :type |CheckedFloat32| :direction :out :array t :size
13 (|pname|)))
14 :category "SGIS_pixel_texture" :version "1.0")
15 (defglextfun "GetPixelTexGenParameterivSGIS"
16 get-pixel-tex-gen-parameter-iv-sgis :return "void" :args
17 ((:name |pname| :type |PixelTexGenParameterNameSGIS| :direction :in)
18 (:name |params| :type |CheckedInt32| :direction :out :array t :size
19 (|pname|)))
20 :category "SGIS_pixel_texture" :version "1.0")
21 (defglextfun "PixelTexGenParameterfvSGIS" pixel-tex-gen-parameter-fv-sgis
22 :return "void" :args
23 ((:name |pname| :type |PixelTexGenParameterNameSGIS| :direction :in)
24 (:name |params| :type |CheckedFloat32| :direction :in :array t :size
25 (|pname|)))
26 :category "SGIS_pixel_texture" :version "1.0")
27 (defglextfun "PixelTexGenParameterfSGIS" pixel-tex-gen-parameter-f-sgis :return
28 "void" :args
29 ((:name |pname| :type |PixelTexGenParameterNameSGIS| :direction :in)
30 (:name |param| :type |CheckedFloat32| :direction :in))
31 :category "SGIS_pixel_texture" :version "1.0")
32 (defglextfun "PixelTexGenParameterivSGIS" pixel-tex-gen-parameter-iv-sgis
33 :return "void" :args
34 ((:name |pname| :type |PixelTexGenParameterNameSGIS| :direction :in)
35 (:name |params| :type |CheckedInt32| :direction :in :array t :size
36 (|pname|)))
37 :category "SGIS_pixel_texture" :version "1.0")
38 (defglextfun "PixelTexGenParameteriSGIS" pixel-tex-gen-parameter-i-sgis :return
39 "void" :args
40 ((:name |pname| :type |PixelTexGenParameterNameSGIS| :direction :in)
41 (:name |param| :type |CheckedInt32| :direction :in))
42 :category "SGIS_pixel_texture" :version "1.0")