1
0
Files
applications
bindings
components
Comba_Animation
aboutcomponent
acs
beepfp
callite
chelper
chemtext
cmdline
cmdlinecfg
colorpalette
cryptini
csvdocument
epiktimer
everettrandom
examplecomponent
extrasyn
fpexif
fpsound
fpspreadsheet
fractions
freetypepascal
geckoport
gradcontrols
grid_semaphor
industrialstuff
iosdesigner
iphonelazext
jujiboutils
jvcllaz
kcontrols
lazautoupdate
lazbarcodes
lazmapviewer
lclextensions
longtimer
manualdock
mbColorLib
mplayer
multithreadprocs
nvidia-widgets
docs
examples
fpdoc
src
utils
config.inc
configure.sh
fpmake.pp
fpmake_add.inc
fpmake_proc.inc
readme.txt
onguard
orpheus
playsoundpackage
poweredby
powerpdf
rgbgraphics
richmemo
richview
rtfview
rx
scrolltext
smnetgradient
spktoolbar
svn
systools
tdi
thtmlport
tparadoxdataset
tvplanit
xdev_toolkit
zlibar
zmsql
examples
image_sources
lclbindings
wst
lazarus-ccr/components/nvidia-widgets/config.inc

22 lines
476 B
PHP
Raw Normal View History

type
//add more here
NV_CONTEXT = (GLUT);
NV_PAINTER = (GL);
NV_FONT = (GLFREETYPE, GLUTBITMAP);
const
NV_DEBUG = True;
NV_DEBUG_FLAGS: array [0..2] of string = ('-g', '-gl', '-gh');
NV_PROFILE = False;
NV_PROFILE_FLAGS: array [0..0] of string = ('-pg');
var
//choose the context
NV_ACTIVE_CONTEXT: NV_CONTEXT = GLUT;
//choose the painter
NV_ACTIVE_PAINTER: NV_PAINTER = GL;
//choose the font
NV_ACTIVE_FONT: NV_FONT = GLFREETYPE;