By using this site, you agree to our Privacy Policy and our Terms of Use. Close
Adinnieken said:
Slimebeast said:
I don't understand, what's the difference between this and mipmapping?

Mipmapping is Mipmapping.  Tiled resources are tiled resources.

You can use mipmaps with tiled resources, but tiled resources deal with 3D geometric shapes, where as mipmaps deal with added detail levels.  Tiled resources takes a geometric image and breaks it down into smaller tiles.  Textures, like those used in mipmaps cane then be applied.  

Because the shape is already broken down into smaller pieces, zooming in and applying a more detailed texture to the tile is easier to do rather than recalculating the geometric image. 

Mipmaps are now standard.  Tiled resources are in limited use.  In consoles, the only systems to use it have been the DreamCast, Xbox 360, PS Vita, and now the Xbox One.  DirectX 11.2 simplifies this process by making it directly available to programmers, rather than having to build tiled resources into their engine.


All right. But that was hard for me to understand. I'm too old to grasp technical things in such a short time.

So this will be used in next gen games. That is PS4 games too, right? Will this technique improve performance or does it tax the hardware heavily?