Fixed the nil names of the generator.
[cl-glfw.git] / lib / opengl-sgis_texture_color_mask.lisp
blobb7ba5e9330481976498ffe2b3cff73533023a7f3
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 ;;;; sgis_texture_color_mask
7 (defconstant +texture-color-writemask-sgis+ #x81EF)
8 (defconstant +texture-color-writemask-sgis+ #x81EF)
9 (defglextfun
10 (("TextureColorMaskSGIS" texture-color-mask-sgis) :args
11 ((:name |red| :type |Boolean| :direction :in)
12 (:name |green| :type |Boolean| :direction :in)
13 (:name |blue| :type |Boolean| :direction :in)
14 (:name |alpha| :type |Boolean| :direction :in))
15 :return ("void") :category ("SGIS_texture_color_mask") :version ("1.1")
16 :glxropcode ("2082") :extension nil :glsopcode ("0x01B0") :offset ("?")))