Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-sgis_detail_texture.lisp
blobd4c99c2528771ea5415068769ef240cad5cf9fe1
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_detail_texture
7 (defconstant +multisample+ #x809D)
8 (defconstant +sample-alpha-to-coverage+ #x809E)
9 (defconstant +sample-alpha-to-one+ #x809F)
10 (defconstant +sample-coverage+ #x80A0)
11 (defconstant +sample-buffers+ #x80A8)
12 (defconstant +samples+ #x80A9)
13 (defconstant +sample-coverage-value+ #x80AA)
14 (defconstant +sample-coverage-invert+ #x80AB)
15 (defglextfun "GetDetailTexFuncSGIS" get-detail-tex-func-sgis :return "void"
16 :args
17 ((:name |target| :type |TextureTarget| :direction :in)
18 (:name |points| :type |Float32| :direction :out :array t :size (|target|)))
19 :category "SGIS_detail_texture" :deprecated nil :version "1.0")
20 (defglextfun "DetailTexFuncSGIS" detail-tex-func-sgis :return "void" :args
21 ((:name |target| :type |TextureTarget| :direction :in)
22 (:name |n| :type |SizeI| :direction :in)
23 (:name |points| :type |Float32| :direction :in :array t :size n*2))
24 :category "SGIS_detail_texture" :deprecated nil :version "1.0")
25 (make-extension-loader |SGIS_detail_texture|
26 (("GetDetailTexFuncSGIS" get-detail-tex-func-sgis :return "void" :args
27 ((:name |target| :type |TextureTarget| :direction :in)
28 (:name |points| :type |Float32| :direction :out :array t :size (|target|)))
29 :category "SGIS_detail_texture" :deprecated nil :version "1.0")
30 ("DetailTexFuncSGIS" detail-tex-func-sgis :return "void" :args
31 ((:name |target| :type |TextureTarget| :direction :in)
32 (:name |n| :type |SizeI| :direction :in)
33 (:name |points| :type |Float32| :direction :in :array t :size n*2))
34 :category "SGIS_detail_texture" :deprecated nil :version "1.0")))