i managed to see what number of video modes i have with this line of code
device->getVideoModeList()->getVideoModeCount();
this gives me 18,how can i use that.if i have list box with all resolutions,i know i should have 18,but which ones.
another question
this line gives me OS:
const wchar_t* os=device0->getOSOperator()->getOperationSystemVersion();
and this one current renderer"
const wchar_t* renderer=device0->getVideoDriver()->getName();
but what if i want to obtain the name of the video adapter like trident cyberblade,or geforce mx440?
how can i do this?
videomodelist and other stuff
videomodelist and other stuff
ich bin ein berliner