Added FTGL for convenience
[cl-glfw.git] / lib / opengl-nv_primitive_restart.lisp
blobbc9721a1d51da94d8555a91c391350796bc6084f
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 ;;;; nv_primitive_restart
7 (defconstant +primitive-restart-nv+ #x8558)
8 (defconstant +primitive-restart-index-nv+ #x8559)
9 (defconstant +primitive-restart-nv+ #x8558)
10 (defconstant +primitive-restart-index-nv+ #x8559)
11 (defglextfun "PrimitiveRestartIndexNV" primitive-restart-index-nv :return
12 "void" :args ((:name |index| :type |UInt32| :direction :in)) :category
13 "NV_primitive_restart" :deprecated nil :version "1.2")
14 (defglextfun "PrimitiveRestartNV" primitive-restart-nv :return "void" :args nil
15 :category "NV_primitive_restart" :deprecated nil :version "1.2")