Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-ext_polygon_offset.lisp
blobc80a78321d81da811c4a220844ce8f66b663729f
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
12 (("PolygonOffsetEXT" polygon-offset-ext) :args
13 ((:name |factor| :type |Float32| :direction :in)
14 (:name |bias| :type |Float32| :direction :in))
15 :return ("void") :category ("EXT_polygon_offset") :version ("1.0")
16 :glxropcode ("4098") :glxflags ("EXT") :extension ("soft") :glsopcode
17 ("0x0122") :offset ("414")))