this post was submitted on 12 Feb 2024
3 points (100.0% liked)

GraphicsProgramming

10 readers
1 users here now

Magazine for all things related to graphics programming. Feel free to post.

founded 1 year ago
 

Overview A hierarchical depth buffer is a multi-level depth (Z) buffer used as an acceleration structure for depth queries. As with normal texture mip chains, the dimensions of each level are generally successive power-of-2 fractions of the full-resolution buffer’s dimensions. In this article I present two techniques for generating a hierarchical depth buffer from a full-resolution one. First I show how to generate the full mip chain for a depth buffer in a way that preserves depth query accuracy in texture coordinate (or NDC) space even for non-power-of-2 depth buffer dimensions.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here