asked 30.0k views
3 votes
What is multisampling?​

asked
User Shalbert
by
7.8k points

1 Answer

1 vote

Answer:

multisampling, multiple locations are sampled within every pixel, and each of those samples is fully rendered and combined with the others to produce the pixel that is ultimately displayed. This is computationally expensive, because the entire rendering process must be repeated for each sample location. It is also inefficient, as aliasing is typically only noticed in some parts of the image, such as the edges, whereas multisampling is performed for every single pixel.

answered
User Emil Karlsson
by
9.3k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.