OpenGL/Direct3D driver development for Windows

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.

Originally posted by dimensionX:
[b]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.[/b]
Try the famous Developing Direct3D and OpenGL drivers in 21 days .

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”.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.