Fixed name of opengl package. I thought this was committed already!
[cl-glfw/jecs.git] / lib / opengl-ext_index_material.lisp
bloba3159de904a6f170da8d456fe97fe17c0a4bf71c
2 (in-package #:gl)
4 ;;;; EXT_index_material
6 (defconstant +index-material-ext+ #x81B8)
7 (defconstant +index-material-parameter-ext+ #x81B9)
8 (defconstant +index-material-face-ext+ #x81BA)
9 (defglextfun
10 (("IndexMaterialEXT" index-material-ext) :args
11 ((:name |face| :type |MaterialFace| :direction :in)
12 (:name |mode| :type |IndexMaterialParameterEXT| :direction :in))
13 :return ("void") :category ("EXT_index_material") :version ("1.1") :extension
14 ("soft") :glxflags ("ignore") :glsopcode ("0x01D1") :offset ("538")))