Folded in some ftgl improvements from Cowl
[cl-glfw.git] / lib / opengl-arb_instanced_arrays.lisp
blob90cce32a1c130201fe87b91e7f44658de5a0e808
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_instanced_arrays
7 (defconstant +vertex-attrib-array-divisor-arb+ #x88FE)
8 (defconstant +vertex-attrib-array-divisor-arb+ #x88FE)
9 (defglextfun "VertexAttribDivisorARB" vertex-attrib-divisor-arb :return "void"
10 :args
11 ((:name |index| :type |UInt32| :direction :in)
12 (:name |divisor| :type |UInt32| :direction :in))
13 :category "ARB_instanced_arrays" :deprecated nil :version "2.0")