Mipmapping and the Blit Command Encoder
In this article we will learn about mipmapping, an important technique for rendering textured objects at a distance. We will find out why mipmapping is important, how it complements regular texture filtering, and how to use the blit command encoder to generate mipmaps efficiently on the GPU.
Mipmapping and the Blit Command Encoder Read More »