Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-amd_multi_draw_indirect.lisp
blob066ad7a0002351f2192e8a3a799d0d2e1e758a17
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_multi_draw_indirect
7 (defglextfun "MultiDrawElementsIndirectAMD" multi-draw-elements-indirect-amd
8 :return "void" :args
9 ((:name |mode| :type |GLenum| :direction :in)
10 (:name |type| :type |GLenum| :direction :in)
11 (:name |indirect| :type |Void| :direction :in :array t)
12 (:name |primcount| :type |SizeI| :direction :in)
13 (:name |stride| :type |SizeI| :direction :in))
14 :category "AMD_multi_draw_indirect" :deprecated nil :version "4.0")
15 (defglextfun "MultiDrawArraysIndirectAMD" multi-draw-arrays-indirect-amd
16 :return "void" :args
17 ((:name |mode| :type |GLenum| :direction :in)
18 (:name |indirect| :type |Void| :direction :in :array t)
19 (:name |primcount| :type |SizeI| :direction :in)
20 (:name |stride| :type |SizeI| :direction :in))
21 :category "AMD_multi_draw_indirect" :deprecated nil :version "4.0")
22 (make-extension-loader |AMD_multi_draw_indirect|
23 (("MultiDrawElementsIndirectAMD" multi-draw-elements-indirect-amd :return
24 "void" :args
25 ((:name |mode| :type |GLenum| :direction :in)
26 (:name |type| :type |GLenum| :direction :in)
27 (:name |indirect| :type |Void| :direction :in :array t)
28 (:name |primcount| :type |SizeI| :direction :in)
29 (:name |stride| :type |SizeI| :direction :in))
30 :category "AMD_multi_draw_indirect" :deprecated nil :version "4.0")
31 ("MultiDrawArraysIndirectAMD" multi-draw-arrays-indirect-amd :return "void"
32 :args
33 ((:name |mode| :type |GLenum| :direction :in)
34 (:name |indirect| :type |Void| :direction :in :array t)
35 (:name |primcount| :type |SizeI| :direction :in)
36 (:name |stride| :type |SizeI| :direction :in))
37 :category "AMD_multi_draw_indirect" :deprecated nil :version "4.0")))