Daily Archives: 28.4.2009

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