./
gpuproperties.pro
top gpuproperties
result = gpuproperties( [device] [, /DOUBLE_CAPABLE] [, /NAME])
Returns properties about a graphics device.
Return value
properties structure or boolean, if a keyword is set
Parameters
- device in optional type=long default=!gpu.device or 0L
device identifier for the device to check
Keywords
- DOUBLE_CAPABLE in optional type=boolean
set to return whether the graphics device is capable of double-precision computations
- NAME in optional type=boolean
set to return name of current graphics device
File attributes
| Modification date: | Sun Sep 26 10:58:25 2010 |
| Lines: | 39 |
| Docformat: | rst rst |