Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-ext_draw_range_elements.lisp
blob6dd1497a7cec006fa0677ef46938400f929695a3
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 "DrawRangeElementsEXT" draw-range-elements-ext :return "void"
10 :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 :category "EXT_draw_range_elements" :deprecated nil :version "1.1")
19 (make-extension-loader |EXT_draw_range_elements|
20 (("DrawRangeElementsEXT" draw-range-elements-ext :return "void" :args
21 ((:name |mode| :type |BeginMode| :direction :in)
22 (:name |start| :type |UInt32| :direction :in)
23 (:name |end| :type |UInt32| :direction :in)
24 (:name |count| :type |SizeI| :direction :in)
25 (:name |type| :type |DrawElementsType| :direction :in)
26 (:name |indices| :type |Void| :direction :in :array t :size
27 (|count| |type|)))
28 :category "EXT_draw_range_elements" :deprecated nil :version "1.1")))