a41fa0614ce610ebe3ad227ab15bc3a54b88aa16
[cl-glfw.git] / lib / opengl-amd_name_gen_delete.lisp
bloba41fa0614ce610ebe3ad227ab15bc3a54b88aa16
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")