vertex processing

Started by
1 comment, last by cleves 21 years, 1 month ago
hi all.... There two kinds of vertex processing: software vertex processing hardware vertex processing Now, not all the Video cards support hardware vertex processing so how can i obtain the info about the user Video card so i can lock this option? [edited by - Cleves on March 18, 2003 12:14:57 PM] [edited by - Cleves on March 18, 2003 12:19:36 PM]
Advertisement
Assuming you are using DirectX 8+ you can use GetDeviceCaps and check the DevCaps member.
Yep that done the magic.

Thanks!

This topic is closed to new replies.

Advertisement