4efbc17f888c936f67be7eb405ea6e1961c1f673
[cl-glfw.git] / lib / opengl-arb_draw_indirect.lisp
blob4efbc17f888c936f67be7eb405ea6e1961c1f673
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 ;;;; arb_draw_indirect
7 (defconstant +draw-indirect-buffer+ #x8F3F)
8 (defconstant +draw-indirect-unified-nv+ #x8F40)
9 (defconstant +draw-indirect-address-nv+ #x8F41)
10 (defconstant +draw-indirect-length-nv+ #x8F42)
11 (defconstant +draw-indirect-buffer-binding+ #x8F43)
12 (defconstant +max-program-subroutine-parameters-nv+ #x8F44)
13 (defconstant +max-program-subroutine-num-nv+ #x8F45)
14 (defconstant +draw-indirect-buffer+ #x8F3F)
15 (defconstant +draw-indirect-buffer-binding+ #x8F43)
16 (defglextfun "DrawElementsIndirect" draw-elements-indirect :return "void" :args
17 ((:name |mode| :type |GLenum| :direction :in)
18 (:name |type| :type |GLenum| :direction :in)
19 (:name |indirect| :type |Void| :direction :in :array t))
20 :category "ARB_draw_indirect" :deprecated nil :version "1.2")
21 (defglextfun "DrawArraysIndirect" draw-arrays-indirect :return "void" :args
22 ((:name |mode| :type |GLenum| :direction :in)
23 (:name |indirect| :type |Void| :direction :in :array t))
24 :category "ARB_draw_indirect" :deprecated nil :version "1.2")