opengl - Get or generate System Information in "C++" -
if @ windows pc's system information window , select components->display in left pane. second top value in right pane pnp device id. case xp @ rate.
i need way of accessing or generating pnp device id value.
i use glgetstring ( renderer ) , glgetstring ( vendor ) identify primary gpu. have been told these values can subject change when driver updated, not ideal use list of our known problem devices. further searching has shown me these glgetstring values generated pnp device id combination of bios information , driver .inf file data.
does know way in c++ access pnp device id.
opengl doesn't deal kind of low level device access. it's device model purely abstract , strings reported of informational value. if want know specific information device, must use os dependent bus enumeration functions.
Comments
Post a Comment