Added FTGL for convenience
[cl-glfw.git] / lib / opengl-ext_provoking_vertex.lisp
blob97b8ddf2ee034df33a1dee429ce290d3f47bf9d3
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_provoking_vertex
7 (defconstant +quads-follow-provoking-vertex-convention-ext+ #x8E4C)
8 (defconstant +first-vertex-convention-ext+ #x8E4D)
9 (defconstant +last-vertex-convention-ext+ #x8E4E)
10 (defconstant +provoking-vertex-ext+ #x8E4F)
11 (defconstant +quads-follow-provoking-vertex-convention-ext+ #x8E4C)
12 (defconstant +first-vertex-convention-ext+ #x8E4D)
13 (defconstant +last-vertex-convention-ext+ #x8E4E)
14 (defconstant +provoking-vertex-ext+ #x8E4F)
15 (defglextfun "ProvokingVertexEXT" provoking-vertex-ext :return "void" :args
16 ((:name |mode| :type |GLenum| :direction :in)) :category
17 "EXT_provoking_vertex" :deprecated nil :version "2.1")