Fixing opengl package so that types work.
[cl-glfw/jecs.git] / lib / opengl-sgis_texture_color_mask.lisp
blobd1bc92181cc443ff0186d96656d0fab45258cc28
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 "TextureColorMaskSGIS" texture-color-mask-sgis :return "void"
10 :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 :category "SGIS_texture_color_mask" :version "1.1")