Added FTGL for convenience
[cl-glfw.git] / lib / opengl-sgis_multisample.lisp
blob11afb63cb6a01c43fd008d88f8fe329fc3ed50af
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_multisample
7 (defglextfun "SamplePatternSGIS" sample-pattern-sgis :return "void" :args
8 ((:name |pattern| :type |SamplePatternSGIS| :direction :in)) :category
9 "SGIS_multisample" :deprecated nil :version "1.0")
10 (defglextfun "SampleMaskSGIS" sample-mask-sgis :return "void" :args
11 ((:name |value| :type |ClampedFloat32| :direction :in)
12 (:name |invert| :type |Boolean| :direction :in))
13 :category "SGIS_multisample" :deprecated nil :version "1.1")