Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-sgis_texture_color_mask.lisp
blob637ce7d5b378a1c4bb989bc6c1d7db7a5f2bc7e3
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" :deprecated nil :version "1.1")
16 (make-extension-loader |SGIS_texture_color_mask|
17 (("TextureColorMaskSGIS" texture-color-mask-sgis :return "void" :args
18 ((:name |red| :type |Boolean| :direction :in)
19 (:name |green| :type |Boolean| :direction :in)
20 (:name |blue| :type |Boolean| :direction :in)
21 (:name |alpha| :type |Boolean| :direction :in))
22 :category "SGIS_texture_color_mask" :deprecated nil :version "1.1")))