Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-ext_polygon_offset.lisp
blob94e2a60d7194949532572502b529fb9404294471
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")
15 (make-extension-loader |EXT_polygon_offset|
16 (("PolygonOffsetEXT" polygon-offset-ext :return "void" :args
17 ((:name |factor| :type |Float32| :direction :in)
18 (:name |bias| :type |Float32| :direction :in))
19 :category "EXT_polygon_offset" :deprecated nil :version "1.0")))