Apollo has landed

Originally posted to Shawn Hargreaves Blog on MSDN, Tuesday, October 30, 2012

The developer SDK for Windows Phone 8 (codename Apollo) is now available for download from an internet near you.  Which means I can finally talk about what I’ve been working on this past year!  I am dev lead for graphics, so I’ll probably have most to say about that area, but knowing me I’m sure I’ll find other topics to write about too.

This first post is basically just a bullet list summarizing the graphics capabilities of the platform:

What does D3D11 feature level 9.3 give you?

Yes, you read that right.  Shader model 4_0_level_9_3 means that programmable shaders are now fully supported on Windows Phone.  But what is this 4_0_level_9_3 thing, you may well ask?

So what notable D3D11 features are NOT included in feature level 9.3?

Another way to think of this: feature level 9.3 is basically the same as the XNA HiDef profile, except without vertex texture fetch.

Anything else important you should know?

I think this is a pretty exciting set of capabilities, and am looking forward to seeing what y’all will be able to do with it.  To whet your appetite, check out these screenshots from an HDR rendering demo created by my colleague Adrian.  It's crazy that this does on a phone what would have been impossible on a high end gaming console of just 10 years ago, and at a higher resolution to boot!

 

ss2           

ss1           

ss4

Blog index   -   Back to my homepage