Some fixes on some missing output....
[cl-glfw/jecs.git] / lib / opengl-ext_polygon_offset.lisp
blobbb45fe47e5ab929f96e4085ae5ad078db6bfc431
1 ;;;; This file was automatically generated by nil
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")))