Twitter updates
- @max_mcguire Why? Sure, there are parts which aren't great, but unless you use Spirit everywhere, Boost can be a great time saver. 12 hours ago
- I just paid 70€ for 68 kib of OpenType fonts (one font, two styles), but my god, HelveticaNeueLight looks gorgeous. #ilovehelvetica 16 hours ago
- @aras_p Right. But isn't that the selling point of additional contexts in DX11? One with minimal state set to issue all the quad copies :) ? 2 days ago
Development
Graphics
Calendar
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