Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-amd_name_gen_delete.lisp
blobdec96705fa313cfac379810a36ef46f94a09ebad
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 ;;;; amd_name_gen_delete
7 (defconstant +data-buffer-amd+ #x9151)
8 (defconstant +performance-monitor-amd+ #x9152)
9 (defconstant +query-object-amd+ #x9153)
10 (defconstant +vertex-array-object-amd+ #x9154)
11 (defconstant +sampler-object-amd+ #x9155)
12 (defconstant +shader-binary-dmp+ #x9250)
13 (defconstant +data-buffer-amd+ #x9151)
14 (defconstant +performance-monitor-amd+ #x9152)
15 (defconstant +query-object-amd+ #x9153)
16 (defconstant +vertex-array-object-amd+ #x9154)
17 (defconstant +sampler-object-amd+ #x9155)
18 (defglextfun "IsNameAMD" is-name-amd :return "Boolean" :args
19 ((:name |identifier| :type |GLenum| :direction :in)
20 (:name |name| :type |UInt32| :direction :in))
21 :category "AMD_name_gen_delete" :deprecated nil :version "4.1")
22 (defglextfun "DeleteNamesAMD" delete-names-amd :return "void" :args
23 ((:name |identifier| :type |GLenum| :direction :in)
24 (:name |num| :type |UInt32| :direction :in)
25 (:name |names| :type |UInt32| :direction :in :array t :size num))
26 :category "AMD_name_gen_delete" :deprecated nil :version "4.1")
27 (defglextfun "GenNamesAMD" gen-names-amd :return "void" :args
28 ((:name |identifier| :type |GLenum| :direction :in)
29 (:name |num| :type |UInt32| :direction :in)
30 (:name |names| :type |UInt32| :direction :out :array t :size num))
31 :category "AMD_name_gen_delete" :deprecated nil :version "4.1")
32 (make-extension-loader |AMD_name_gen_delete|
33 (("IsNameAMD" is-name-amd :return "Boolean" :args
34 ((:name |identifier| :type |GLenum| :direction :in)
35 (:name |name| :type |UInt32| :direction :in))
36 :category "AMD_name_gen_delete" :deprecated nil :version "4.1")
37 ("DeleteNamesAMD" delete-names-amd :return "void" :args
38 ((:name |identifier| :type |GLenum| :direction :in)
39 (:name |num| :type |UInt32| :direction :in)
40 (:name |names| :type |UInt32| :direction :in :array t :size num))
41 :category "AMD_name_gen_delete" :deprecated nil :version "4.1")
42 ("GenNamesAMD" gen-names-amd :return "void" :args
43 ((:name |identifier| :type |GLenum| :direction :in)
44 (:name |num| :type |UInt32| :direction :in)
45 (:name |names| :type |UInt32| :direction :out :array t :size num))
46 :category "AMD_name_gen_delete" :deprecated nil :version "4.1")))