Folded in some ftgl improvements from Cowl
[cl-glfw.git] / lib / opengl-arb_sample_shading.lisp
blob2132d61fcb0ce86a14f71ec5f020dc1b52953544
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 ;;;; arb_sample_shading
7 (defconstant +sample-shading-arb+ #x8C36)
8 (defconstant +min-sample-shading-value-arb+ #x8C37)
9 (defconstant +sample-shading-arb+ #x8C36)
10 (defconstant +min-sample-shading-value-arb+ #x8C37)
11 (defglextfun "MinSampleShadingARB" min-sample-shading-arb :return "void" :args
12 ((:name |value| :type |ClampedColorF| :direction :in)) :category
13 "ARB_sample_shading" :deprecated nil :version "1.2")