Shadowed some foreign type definitions that may clash with CL package.
[cl-glfw/jecs.git] / lib / opengl-sgis_texture_color_mask.lisp
bloba2cb5a9f8c95d578d5b39ba2179f8f60cab359c4
2 (in-package #:gl)
4 ;;;; SGIS_texture_color_mask
6 (defconstant +texture-color-writemask-sgis+ #x81EF)
7 (defconstant +texture-color-writemask-sgis+ #x81EF)
8 (defglextfun
9 (("TextureColorMaskSGIS" texture-color-mask-sgis) :args
10 ((:name |red| :type |Boolean| :direction :in)
11 (:name |green| :type |Boolean| :direction :in)
12 (:name |blue| :type |Boolean| :direction :in)
13 (:name |alpha| :type |Boolean| :direction :in))
14 :return ("void") :category ("SGIS_texture_color_mask") :version ("1.1")
15 :glxropcode ("2082") :extension nil :glsopcode ("0x01B0") :offset ("?")))