Open Inventor Release 2024.2.0
 
Loading...
Searching...
No Matches
Devices Properties query

VSG extension DevicesProperties - Demonstrates how to query devices properties.

SYNOPSIS:

    DevicesProperties

DESCRIPTION:

    DevicesProperties displays all information that we can query from devices currently supported and usable by Open Inventor, by using SoDevice and inherited classes API

    Here is a typical generated output:

    Platform: Microsoft Windows XP Professional x64 Edition Service Pack 2 (build 3790)
    Number of registered devices: 4
    --CPUDevice--
    [CPU name]: Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz
    [RAM Size]: 4029MB
    [Available RAM size]: 1558MB
    [Cores number]: 4
    [L1 cache size]: 64KB
    [L2 cache size]: 6144KB
    [L3 cache size]: 0KB
    [MMX]: available
    [SSE level]: 2
    --GPUDevice--
    [GPU name]: NVIDIA GeForce GTX 285
    [Driver ver]: 6.14.11.9107
    [Vram size]: 1024MB
    [Available Vram size]: 1024MB
    [LogicalUnits]: 1

SEE ALSO

SoDevice SoCpuDevice SoGLDevice

FILES:

    • Inventor/Features/DevicesProperties/main.cxx