Author: D Herring <dherring@at.tentpost.dot.com>
[cl-glfw.git] / lib / opengl-ext_polygon_offset.lisp
blob6f8addb7c7608ab4b1129ebf91f0c46c2bac5fc0
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" :version "1.0")