Added FTGL for convenience
[cl-glfw.git] / lib / opengl-ext_polygon_offset.lisp
blob1201836ee584c4acd723f8f5321b37c3ac4cdc98
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 ;;;; ext_polygon_offset
7 (defconstant +polygon-offset-ext+ #x8037)
8 (defconstant +polygon-offset-factor-ext+ #x8038)
9 (defconstant +polygon-offset-ext+ #x8037)
10 (defconstant +polygon-offset-factor-ext+ #x8038)
11 (defglextfun "PolygonOffsetEXT" polygon-offset-ext :return "void" :args
12 ((:name |factor| :type |Float32| :direction :in)
13 (:name |bias| :type |Float32| :direction :in))
14 :category "EXT_polygon_offset" :deprecated nil :version "1.0")