Hi!
I am new to device driver development. Can anyone suggest good book or online links which explain WindowsXP device driver architecture and especially how to develop device driver for OpenGL and Direct3D.
I really need to learn this ASAP!
Thanks.
Hi!
I am new to device driver development. Can anyone suggest good book or online links which explain WindowsXP device driver architecture and especially how to develop device driver for OpenGL and Direct3D.
I really need to learn this ASAP!
Thanks.
Try the famous Developing Direct3D and OpenGL drivers in 21 days .Originally posted by dimensionX:
Hi!
I am new to device driver development. Can anyone suggest good book or online links which explain WindowsXP device driver architecture and especially how to develop device driver for OpenGL and Direct3D.
I really need to learn this ASAP!
Thanks.
For D3D get the Windows DDK. For OpenGL sign an NDA with Microsoft and pay the license for the OpenGL ICD Kit, or alternatively (but not Windows driver model oriented) check SGI\'s opensource implementation or mesa
And forget about learning "ASAP".