Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:so, what are virtual textures anyway? (Score 2, Informative) 79

As I understand it, basically the virtual texturing is how they organize the chunks of megatextures (upwards of billions of pixels in size) so that they can be streamed into memory in an effective manner even while the textures reside on media. This is targeted at the XBOX 360 for example where the textures might still reside on the game disc and you'd want to avoid game stutter from loading those huge textures on the fly.

Comment Re:Uninstalling doesn't help?? (Score 1) 87

You may have plenty of hard drive space, but I doubt you actually want the performance and memory hit of loading reusable components several times over.

I'd rather have the Windows UI components and libraries shared and loaded in memory once than bloat memory space by requiring programs to have their own copy many times over.

Shared libraries are important. A problem maybe, related to your concern, is that some software shouldn't be making everything shared and in the core system especially when they don't clean up after themselves. Basic UI and runtime libraries? Definitely want them shared. PDF reader routines? How often are those required by anything other than the reader itself? I don't see why browser plugins can't just use libraries installed in the program's directory instead of the system directory. They have to put their hooks into the browser either way.

Slashdot Top Deals

The one day you'd sell your soul for something, souls are a glut.

Working...