Tag Archives: directx

DirectX 11 platform update has been released

Finally, the DX11 update for Vista has been released, and it also works with non en_US versions of Windows. Grab it via Windows Update or from the KB.

Posted in Graphics | Tagged , , , | Leave a comment

DirectX SDK (August 2009) released

Finally the DX SDK August 2009 has been released, which contains the RTM version of DirectX 11. Moreover, it also brings back the effects framework for DX11, which was missing in the March SDK. Grab it at the Microsoft Download … Continue reading

Posted in Graphics | Tagged , , | 2 Comments

Graphics APIs done wrong

This is going to be partly a rant post, but I think we’re really moving into the wrong direction with current graphics APIs. Especially as the GPGPU revolution is waiting for us, current graphics APIs put a huge unnecessary burden … Continue reading

Posted in Graphics | Tagged , , , | Leave a comment

Updating a DXTC texture with DX10

Updating a texture is usually straightforward: You call map, and mem-copy the stuff over the returned pointer, taking the stride into account. This is not so simple for DXTC though, as the data is organised in 4×4 pixels blocks. With … Continue reading

Posted in Graphics | Tagged , | Leave a comment