Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-apple_texture_range.lisp
blob381aba2a3bbbdd56910bd8b20df6bbd031da8139
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 ;;;; apple_texture_range
7 (defconstant +texture-storage-hint-apple+ #x85BC)
8 (defconstant +storage-private-apple+ #x85BD)
9 (defconstant +storage-cached-apple+ #x85BE)
10 (defconstant +storage-shared-apple+ #x85BF)
11 (defconstant +storage-cached-apple+ #x85BE)
12 (defconstant +storage-shared-apple+ #x85BF)
13 (defconstant +texture-range-length-apple+ #x85B7)
14 (defconstant +texture-range-pointer-apple+ #x85B8)
15 (defconstant +texture-storage-hint-apple+ #x85BC)
16 (defconstant +storage-private-apple+ #x85BD)
17 (defconstant +storage-cached-apple+ #x85BE)
18 (defconstant +storage-shared-apple+ #x85BF)
19 (defglextfun "GetTexParameterPointervAPPLE" get-tex-parameter-pointerv-apple
20 :return "void" :args
21 ((:name |target| :type |GLenum| :direction :in)
22 (:name |pname| :type |GLenum| :direction :in)
23 (:name |params| :type |VoidPointer| :direction :out :array t :size #x1))
24 :category "APPLE_texture_range" :deprecated nil :version "1.2")
25 (defglextfun "TextureRangeAPPLE" texture-range-apple :return "void" :args
26 ((:name |target| :type |GLenum| :direction :in)
27 (:name |length| :type |SizeI| :direction :in)
28 (:name |pointer| :type |Void| :direction :in :array t :size length))
29 :category "APPLE_texture_range" :deprecated nil :version "1.2")
30 (make-extension-loader |APPLE_texture_range|
31 (("GetTexParameterPointervAPPLE" get-tex-parameter-pointerv-apple :return
32 "void" :args
33 ((:name |target| :type |GLenum| :direction :in)
34 (:name |pname| :type |GLenum| :direction :in)
35 (:name |params| :type |VoidPointer| :direction :out :array t :size #x1))
36 :category "APPLE_texture_range" :deprecated nil :version "1.2")
37 ("TextureRangeAPPLE" texture-range-apple :return "void" :args
38 ((:name |target| :type |GLenum| :direction :in)
39 (:name |length| :type |SizeI| :direction :in)
40 (:name |pointer| :type |Void| :direction :in :array t :size length))
41 :category "APPLE_texture_range" :deprecated nil :version "1.2")))