Since my graphics card (ATI Radeon 4870×2) supports Direct3D 10.1, I thought I might quickly add support for Direct3D 10.1 to my in progress D3D10 engine. Using MSDN docs and a slide from the 2008 GDC, I found it was really easy to add D3D10.1 support, since the device simply inherits from the D3D10 device, … Read more
Adding Direct3D 10.1 support to a D3D10 application
April 26th, 2009 | Posted by in DirectX - (0 Comments)[Review] Windows via C/C++, 5th Edition
April 19th, 2009 | Posted by in Books | Reviews - (0 Comments)Title: Windows via C/C++ 5th Edition Authors: Jeffrey Richter & Christophe Nasarre Overview “Get the preeminent guide to programming application for Windows with C++. Programming Applications for Microsoft Windows is a classic book (formerly titled Advanced Windows, Third Edition) and is now fully updated for Windows Vista, including the latest information … Read more
