Mipmaps Flashcards
(4 cards)
1
Q
What does LOD stand for?
A
level of detail
2
Q
Assuming a 64x64 pixel greyscxale texture uses 64x64 = 4096 bytes of GPU memory. What is the size of the corresponding mipmapped texture in bytes when counting the original texture as well as all mipmap levels?
A
11+22+44+88+1616+3232+64*64= 5461
3
Q
What is the mipmap size of a similar 128x128 px texture in bytes?
A
11+22+44+88+1616+3232+6464+128128 = 21845
4
Q
What does MIP stand for?
A
multum in parvo