Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-ext_draw_range_elements.lisp
blob618142baa4d6c4b992c764d65257a90da48a3a82
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 ;;;; ext_draw_range_elements
7 (defconstant +max-elements-vertices-ext+ #x80E8)
8 (defconstant +max-elements-indices-ext+ #x80E9)
9 (defglextfun
10 (("DrawRangeElementsEXT" draw-range-elements-ext) :args
11 ((:name |mode| :type |BeginMode| :direction :in)
12 (:name |start| :type |UInt32| :direction :in)
13 (:name |end| :type |UInt32| :direction :in)
14 (:name |count| :type |SizeI| :direction :in)
15 (:name |type| :type |DrawElementsType| :direction :in)
16 (:name |indices| :type |Void| :direction :in :array t :size
17 (|count| |type|)))
18 :return ("void") :category ("EXT_draw_range_elements") :dlflags ("handcode")
19 :glxflags ("client-handcode" "client-intercept" "server-handcode") :version
20 ("1.1") :alias ("DrawRangeElements") :glsalias ("DrawRangeElements")))