Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-pgi_misc_hints.lisp
blob8af6cbeeceeb058e58ba6885c48a97337cd020df
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 ;;;; pgi_misc_hints
7 (defconstant +prefer-doublebuffer-hint-pgi+ #x1A1F8)
8 (defconstant +conserve-memory-hint-pgi+ #x1A1FD)
9 (defconstant +reclaim-memory-hint-pgi+ #x1A1FE)
10 (defconstant +native-graphics-handle-pgi+ #x1A202)
11 (defconstant +native-graphics-begin-hint-pgi+ #x1A203)
12 (defconstant +native-graphics-end-hint-pgi+ #x1A204)
13 (defconstant +always-fast-hint-pgi+ #x1A20C)
14 (defconstant +always-soft-hint-pgi+ #x1A20D)
15 (defconstant +allow-draw-obj-hint-pgi+ #x1A20E)
16 (defconstant +allow-draw-win-hint-pgi+ #x1A20F)
17 (defconstant +allow-draw-frg-hint-pgi+ #x1A210)
18 (defconstant +allow-draw-mem-hint-pgi+ #x1A211)
19 (defconstant +strict-depthfunc-hint-pgi+ #x1A216)
20 (defconstant +strict-lighting-hint-pgi+ #x1A217)
21 (defconstant +strict-scissor-hint-pgi+ #x1A218)
22 (defconstant +full-stipple-hint-pgi+ #x1A219)
23 (defconstant +clip-near-hint-pgi+ #x1A220)
24 (defconstant +clip-far-hint-pgi+ #x1A221)
25 (defconstant +wide-line-hint-pgi+ #x1A222)
26 (defconstant +back-normals-hint-pgi+ #x1A223)
27 (defglextfun
28 (("HintPGI" hint-pgi) :args
29 ((:name |target| :type |HintTargetPGI| :direction :in)
30 (:name |mode| :type |Int32| :direction :in))
31 :return ("void") :category ("PGI_misc_hints") :version ("1.1") :offset
32 ("544") :glsopcode ("0x01D0")))