Quantcast
Channel: GameDev.net
Viewing all articles
Browse latest Browse all 17825

Copy Z-Buffer in DirectX

$
0
0
Hey guys, I'm trying to work on adding transparent objects to my deferred-rendered scene. The only issue is the z-buffer. As far as I know, the standard way to handle this is copying the buffer. In OpenGL, I can just blit it. What's the alternative for DirectX? And are there any alternatives to copying the buffer? Thanks in advance!

Viewing all articles
Browse latest Browse all 17825

Trending Articles