Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-apple_object_purgeable.lisp
blob6a1e4b7b3a3b67c86c5e3e2280694b28343af4ee
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_object_purgeable
7 (defconstant +released-apple+ #x8A19)
8 (defconstant +volatile-apple+ #x8A1A)
9 (defconstant +retained-apple+ #x8A1B)
10 (defconstant +undefined-apple+ #x8A1C)
11 (defconstant +purgeable-apple+ #x8A1D)
12 (defconstant +released-apple+ #x8A19)
13 (defconstant +volatile-apple+ #x8A1A)
14 (defconstant +retained-apple+ #x8A1B)
15 (defconstant +undefined-apple+ #x8A1C)
16 (defconstant +purgeable-apple+ #x8A1D)
17 (defglextfun "GetObjectParameterivAPPLE" get-object-parameter-iv-apple :return
18 "void" :args
19 ((:name |objectType| :type |GLenum| :direction :in)
20 (:name |name| :type |UInt32| :direction :in)
21 (:name |pname| :type |GLenum| :direction :in)
22 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
23 :category "APPLE_object_purgeable" :deprecated nil :version "1.5")
24 (defglextfun "ObjectUnpurgeableAPPLE" object-unpurgeable-apple :return "GLenum"
25 :args
26 ((:name |objectType| :type |GLenum| :direction :in)
27 (:name |name| :type |UInt32| :direction :in)
28 (:name |option| :type |GLenum| :direction :in))
29 :category "APPLE_object_purgeable" :deprecated nil :version "1.5")
30 (defglextfun "ObjectPurgeableAPPLE" object-purgeable-apple :return "GLenum"
31 :args
32 ((:name |objectType| :type |GLenum| :direction :in)
33 (:name |name| :type |UInt32| :direction :in)
34 (:name |option| :type |GLenum| :direction :in))
35 :category "APPLE_object_purgeable" :deprecated nil :version "1.5")
36 (make-extension-loader |APPLE_object_purgeable|
37 (("GetObjectParameterivAPPLE" get-object-parameter-iv-apple :return "void"
38 :args
39 ((:name |objectType| :type |GLenum| :direction :in)
40 (:name |name| :type |UInt32| :direction :in)
41 (:name |pname| :type |GLenum| :direction :in)
42 (:name |params| :type |Int32| :direction :out :array t :size (|pname|)))
43 :category "APPLE_object_purgeable" :deprecated nil :version "1.5")
44 ("ObjectUnpurgeableAPPLE" object-unpurgeable-apple :return "GLenum" :args
45 ((:name |objectType| :type |GLenum| :direction :in)
46 (:name |name| :type |UInt32| :direction :in)
47 (:name |option| :type |GLenum| :direction :in))
48 :category "APPLE_object_purgeable" :deprecated nil :version "1.5")
49 ("ObjectPurgeableAPPLE" object-purgeable-apple :return "GLenum" :args
50 ((:name |objectType| :type |GLenum| :direction :in)
51 (:name |name| :type |UInt32| :direction :in)
52 (:name |option| :type |GLenum| :direction :in))
53 :category "APPLE_object_purgeable" :deprecated nil :version "1.5")))