Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-ext_index_material.lisp
blobcca7898d201ae6764db7bdb8a6581cc5eba46f3b
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_index_material
7 (defconstant +index-material-ext+ #x81B8)
8 (defconstant +index-material-parameter-ext+ #x81B9)
9 (defconstant +index-material-face-ext+ #x81BA)
10 (defglextfun
11 (("IndexMaterialEXT" index-material-ext) :args
12 ((:name |face| :type |MaterialFace| :direction :in)
13 (:name |mode| :type |IndexMaterialParameterEXT| :direction :in))
14 :return ("void") :category ("EXT_index_material") :version ("1.1") :extension
15 ("soft") :glxflags ("ignore") :glsopcode ("0x01D1") :offset ("538")))