Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-pgi_misc_hints.lisp
blobf1b280db0d121b09bcb84d9fddcb747cb853e508
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 "HintPGI" hint-pgi :return "void" :args
28 ((:name |target| :type |HintTargetPGI| :direction :in)
29 (:name |mode| :type |Int32| :direction :in))
30 :category "PGI_misc_hints" :deprecated nil :version "1.1")
31 (make-extension-loader |PGI_misc_hints|
32 (("HintPGI" hint-pgi :return "void" :args
33 ((:name |target| :type |HintTargetPGI| :direction :in)
34 (:name |mode| :type |Int32| :direction :in))
35 :category "PGI_misc_hints" :deprecated nil :version "1.1")))